Skip to content

Commit

Permalink
Use webpack 4 until webpack-cli fixes this:
Browse files Browse the repository at this point in the history
[webpack-cli] TypeError: Cannot read property 'length' of undefined
  • Loading branch information
artemave committed Oct 14, 2020
1 parent f860cbf commit ec84d11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/js/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"optimize-css-assets-webpack-plugin": "latest",
"style-loader": "latest",
"uglifyjs-webpack-plugin": "latest",
"webpack": "latest",
"webpack": "^4.44.2",
"webpack-cli": "latest",
"webpack-manifest-plugin": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion template/js/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"optimize-css-assets-webpack-plugin": "latest",
"style-loader": "latest",
"uglifyjs-webpack-plugin": "latest",
"webpack": "latest",
"webpack": "^4.44.2",
"webpack-cli": "latest",
"webpack-manifest-plugin": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion template/tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ts-node": "latest",
"typescript": "latest",
"uglifyjs-webpack-plugin": "latest",
"webpack": "latest",
"webpack": "^4.44.2",
"webpack-cli": "latest",
"webpack-manifest-plugin": "latest",
"ws": "latest"
Expand Down

0 comments on commit ec84d11

Please sign in to comment.