Remove IE11 Support
This commit is contained in:
@ -68,9 +68,6 @@ module.exports = {
|
||||
plugins: [
|
||||
new webpack.IgnorePlugin(/^esprima$/, /js-yaml/), // Ignore Esprima import for js-yaml
|
||||
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), // Ignore all optional deps of moment.js
|
||||
new webpack.ProvidePlugin({
|
||||
fetch: 'imports-loader?this=>global!exports-loader?global.fetch!whatwg-fetch',
|
||||
}),
|
||||
],
|
||||
target: 'web', // Make web variables accessible to webpack, e.g. window
|
||||
};
|
||||
|
Reference in New Issue
Block a user