Skip to content

Commit

Permalink
update dependencies, fix tests for webpack4
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianS90 committed Apr 22, 2018
1 parent 312ac56 commit 05f2ec8
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 415 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"jsdom": "^11.5.1",
"lodash": "^4.17.4",
"memory-fs": "^0.4.1",
"mocha": "^4.0.1",
"mocha": "^5.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.4.1",
"webpack": "^3.10.0"
"webpack": "^4.6.0"
}
}
3 changes: 3 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const webpackConfig = {
publicPath: '/',
filename: '[name].js',
},
optimization: {
minimize: false,
},
resolveLoader: {
alias: {
'webpack-polyfill-injector': path.resolve(__dirname, '..'),
Expand Down
Loading

0 comments on commit 05f2ec8

Please sign in to comment.