-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools: Update CopyWebpackPlugin to v6 #33220
Conversation
Size Change: 0 B Total Size: 1.06 MB ℹ️ View Unchanged
|
1976aaa
to
544333e
Compare
We will have to perform a similar update in WordPress core: It should be less painful because I don't see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, seems to work as expected, nothing breaks.
I love the simplification in some parts of the webpack.config file too 👍
Description
Prerequisite to webpack 5 upgrade.
V6 is the last version that works with webpack 4 and it has several breaking changes as noted in:
https://github.com/webpack-contrib/copy-webpack-plugin/releases/tag/v6.0.0
How has this been tested?
npm run build
npm run dev
Both commands work as before.
Types of changes
Dependency upgrade.