Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
571f48405eff
Commit
e9bd73e1
authored
Aug 21, 2017
by
Mike Greiling
Browse files
disable webpack.optimize.ModuleConcatenationPlugin during karma tests
parent
1dd2c377ae0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/karma.config.js
View file @
571f4840
...
...
@@ -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
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment