Upgrade to Webpack 4

This commit is contained in:
Tim Schaub
2018-01-25 09:47:01 -07:00
committed by ahocevar
parent 79a5bd6538
commit 48cbca1f6e
4 changed files with 23 additions and 69 deletions

View File

@@ -56,6 +56,9 @@ module.exports = function(karma) {
reporters: ['progress'],
webpackMiddleware: {
noInfo: true
},
webpack: {
mode: 'development'
}
});