Skip to content

Commit

Permalink
Bumping to webpack-4
Browse files Browse the repository at this point in the history
- Also depend on webpack-cli to maintain existing integration.
  • Loading branch information
metatoaster committed Aug 15, 2019
1 parent 5ff573c commit 64205d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
package_json = {
"dependencies": {},
"devDependencies": {
"webpack": "~2.7.0",
"webpack": "~4.16.0",
"webpack-cli": "~3.0.0",
"karma-webpack": "~3.0.0",
"sourcemap-istanbul-instrumenter-loader": "~0.2.0",
}
Expand Down

0 comments on commit 64205d8

Please sign in to comment.