-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
exclude functions in OccurrenceOrderPlugin #163
Labels
Comments
https://webpack.js.org/guides/migrating/#occurrenceorderplugin-is-now-on-by-default its by default in webpack 2. What you could do, is writing your own plugin! |
@wormen - I don't think this is an issue with the CLI. Would be great to open a relevant stackoverflow issue. Please re-open when you can add more details on the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What parameters do I need to write so that certain function names remain unchanged after optimization?
In the documentation I did not see it
The text was updated successfully, but these errors were encountered: