-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Production build fails but dev works #1444
Comments
@rolandjitsu if it can helps . In our project, we fixed it fixing the terser version in package.json
|
Related webpack-contrib/terser-webpack-plugin#173 terser/terser#490 I have added an option to disable minify, I will try to release asap |
Very cool :) I've just fixed the issue on my end. I would greatly appreciate if you opened up the Terser options for your users to change, as they will be armed with the required tools to post nice bug reports :) |
It's done already @fabiosantoscode #1443 |
Current behavior
If I build a production build w/
styleguidist build
it will fail w/ the following error:To reproduce
yarn install
yarn styleguide
./styleguide
)Expected behavior
Production build should work.
The text was updated successfully, but these errors were encountered: