Skip to content
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

require: statically require modules so you can webpack #3432

Closed

Conversation

stevenschlansker
Copy link

@stevenschlansker stevenschlansker commented Jul 1, 2019

Webpack has difficulties evaluating dynamic require statements.
UglifyJS does not actually need dynamic requires - so replace them with static require.

Fixes #2115

@alexlamsl
Copy link
Collaborator

I just noticed this is the same as #3435 which I've just merged. Thanks anyway!

@alexlamsl alexlamsl closed this Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Critical dependency: the request of a dependency is an expression
2 participants