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
In our application we see the following error:
[BABEL] Note: The code generator has deoptimised the styling of "my-app/svgs.js" as it exceeds the max of "100KB"
I believe this means Babel is trying to optimize this file. This plugin should exclude this file from Babel's optimization process.
The text was updated successfully, but these errors were encountered:
Can you one-off exclude a file from that? I know you can turn it off for a whole project...
Sorry, something went wrong.
No branches or pull requests
In our application we see the following error:
I believe this means Babel is trying to optimize this file. This plugin should exclude this file from Babel's optimization process.
The text was updated successfully, but these errors were encountered: