Skip to content

Commit

Permalink
[Dependencies] Upgrade webpack to webpack@4 and related changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Cui committed Apr 27, 2018
1 parent c6dc1f1 commit 72579cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -45,14 +45,14 @@
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.13",
"karma-webpack": "^3.0.0",
"lodash": "^4.17.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
"puppeteer": "^1.1.1",
"sinon": "^4.4.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
"webpack": "^4.6.0"
}
}
1 change: 1 addition & 0 deletions tasks/config/webpack.test.config.js
Expand Up @@ -4,6 +4,7 @@ var pathUtil = require('../utils/path.util');
var pkg = require('../../package.json');

module.exports = {
mode: 'development',
devtool: 'eval-source-map',
resolve: {
extensions: ['.js', '.json'],
Expand Down

0 comments on commit 72579cb

Please sign in to comment.