Skip to content

Commit 9d37e28

Browse files
authored
fix(package.json) upgrade autodll-webpack-plugin
autodll-webpack-plugin 0.3.2 has issues and throws error on compilation (windows), upgrading to 0.3.4 fixes the problem.
1 parent 05d5f06 commit 9d37e28

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
@@ -38,7 +38,7 @@
3838
"webpack-flush-chunks": "^1.1.22"
3939
},
4040
"devDependencies": {
41-
"autodll-webpack-plugin": "^0.3.2",
41+
"autodll-webpack-plugin": "^0.3.4",
4242
"babel-cli": "^6.24.0",
4343
"babel-core": "^6.24.0",
4444
"babel-eslint": "^8.0.1",

0 commit comments

Comments
 (0)