Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 89c9c74

Browse files
authored
chore: update webpack to 2.4.1 (#127)
1 parent b0688b4 commit 89c9c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dependencyManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function addDependency(deps, name, version, force) {
4040

4141
function getRequiredDeps(packageJson) {
4242
let deps = {
43-
"webpack": "~2.3.3",
43+
"webpack": "~2.4.1",
4444
"webpack-sources": "~0.2.3",
4545
"copy-webpack-plugin": "~4.0.1",
4646
"raw-loader": "~0.5.1",

0 commit comments

Comments
 (0)