-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade to webpack 5 #73
Conversation
Please wait until PR #75 is merged, it contains new test cases to test the build. |
This looks to easy to be truth :). |
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.
- It should be a breaking change, since you can't know how users extended this library. Eg we are using some webpack/babel plugins by extending .febuild and we need to update (or even totally replace) them since they are not compatible with webpack v5.
- It should be tested, as @raohmaru mentioned
Leaving this unassigned since currently I don't find time to work on this. |
Does it contain any breaking change? If so it should be detailed in the readme. |
I think so, we need to push a commit with "BREAKING CHANGE: " so the build will trigger a major release. |
Description
Upgrade to webpack 5
Related Issue
Fixes #31
Types of changes
Checklist: