Remove IE11 Support

This commit is contained in:
talves
2017-10-16 12:29:45 -07:00
committed by Shawn Erquhart
parent c58e2eeb5c
commit ac0a7fc27c
3 changed files with 3 additions and 9 deletions

View File

@ -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
};