Skip to content

Commit 9f8769f

Browse files
committed
Freeze webpack-sources to 1.0.1.
This fixes compilation on Node 6.x. Should be removed later when this bug is fixed in webpack-sources. webpack/webpack-sources#27 (comment)
1 parent 28e24e7 commit 9f8769f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"babel-preset-env": "^1.6.0",
4444
"babel-preset-es2015": "^6.24.1",
4545
"webpack": "^3.5.5",
46-
"webpack-dev-server": "^2.7.1"
46+
"webpack-dev-server": "^2.7.1",
47+
"webpack-sources": "1.0.1"
4748
},
4849
"standard": {
4950
"globals": [

0 commit comments

Comments
 (0)