Commit a8bf6a30 authored by Lukas Eipert's avatar Lukas Eipert

remove unnecessary webpack plugins assignment in karma config

parent 029180f0
......@@ -12,8 +12,6 @@ if (webpackConfig.plugins) {
plugin instanceof webpack.DefinePlugin
);
});
} else {
webpackConfig.plugins = [];
}
var ignoreUpTo = process.argv.indexOf('config/karma.config.js') + 1;
......
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