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

Compile webpack in production mode #2130

Open
longhotsummer opened this issue Jul 2, 2024 · 1 comment
Open

Compile webpack in production mode #2130

longhotsummer opened this issue Jul 2, 2024 · 1 comment

Comments

@longhotsummer
Copy link
Contributor

We currently run webpack in development mode. We should be running it in production mode.

@longhotsummer
Copy link
Contributor Author

Note that webpack in production mode breaks external-imports because it does tree shaking and doesn't import all classes from indigo-akn.

I can't see how to turn this off easily without just using development mode.

eg. see webpack/webpack#10025

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

No branches or pull requests

1 participant