|
|
|
@ -184,6 +184,10 @@ module.exports = function calculateConfig(env) { |
|
|
|
}], |
|
|
|
}, |
|
|
|
|
|
|
|
performance: { |
|
|
|
hints: false, |
|
|
|
}, |
|
|
|
|
|
|
|
plugins: [ |
|
|
|
new plugins.FilterWarningsPlugin({ |
|
|
|
exclude: /System.import/, |
|
|
|
@ -388,10 +392,6 @@ module.exports = function calculateConfig(env) { |
|
|
|
], |
|
|
|
}; |
|
|
|
|
|
|
|
config.performance = { |
|
|
|
hints: false, |
|
|
|
}; |
|
|
|
|
|
|
|
config.plugins.push(new plugins.BuildOptimizerWebpackPlugin()); |
|
|
|
|
|
|
|
config.module.rules.push({ |
|
|
|
|