-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
tests: for --optimization-mangle-exports & --optimization-used-exports #1729
Conversation
@evilebottnawi do we need test with mangleExports in config as raised in #1677? If not we can close the config PR. |
@anshumanv more tests are better |
Okay, will keep it open, edited your comment @snitin315 |
Please regenerate lock file |
Cant regenerate because we're on webpack latest, for next it's only generated while installing in CI. Hence when webpack releases with updated terser rerunning in all PRs will fix. /cc @snitin315 |
@anshumanv Can you try to do it? |
Closing in favour of #1732 |
@snitin315 quick question, what's the approach you followed to trace this back? Just curious |
Theese flags or the terser warning? |
terser warning |
|
What kind of change does this PR introduce?
tests, fix
Did you add tests for your changes?
yes
If relevant, did you update the documentation?
NA
Summary
with the new release of webpack 5 new flags
--optimization-mangle-exports
&--optimization-used-exports
are supported now. handling test cases for the same.Does this PR introduce a breaking change?
No
Other information