Skip to content

Commit

Permalink
Update webpack-cli
Browse files Browse the repository at this point in the history
See webpack/webpack-cli#3559 on why base.js had to be renamed to
base.babel.js.
  • Loading branch information
ThiefMaster committed Jul 31, 2023
1 parent adf7f26 commit b3b8fee
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 77 deletions.
154 changes: 79 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"terser-webpack-plugin": "^5.3.3",
"uglify-js": "^3.16.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

require('@babel/register');

module.exports = require('./base');
module.exports = require('./base.babel.js');

0 comments on commit b3b8fee

Please sign in to comment.