We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently run webpack in development mode. We should be running it in production mode.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
We currently run webpack in development mode. We should be running it in production mode.
The text was updated successfully, but these errors were encountered: