Skip to content

Commit 3e24bf0

Browse files
authored
Update webpack dependency version
This is a temporary patch to prevent broken builds until the package is made compatible with the breaking changes introduced in webpack 2.1.0-beta.23. I'd just submit a patch to make it compatible but I haven't had time to look into what that would involve, so I'm submiting this for now.
1 parent 5c9774d commit 3e24bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"buble": "^0.12.3",
2525
"buble-loader": "^0.2.2",
2626
"lodash": "^4.15.0",
27-
"webpack": "^2.1.0-beta.15",
27+
"webpack": "2.1.0-beta.15 - 2.1.0-beta.22",
2828
"webpack-stream": "^3.2.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)