Commit 0f74ba96 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'disable-webpack-optimization' into 'master'

Disable webpack.optimize because it's breaking karma in EE

See merge request !13720
parents b7cfeeba e9bd73e1
......@@ -8,6 +8,7 @@ if (webpackConfig.plugins) {
webpackConfig.plugins = webpackConfig.plugins.filter(function (plugin) {
return !(
plugin instanceof webpack.optimize.CommonsChunkPlugin ||
plugin instanceof webpack.optimize.ModuleConcatenationPlugin ||
plugin instanceof webpack.DefinePlugin
);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment