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
Minification of JS/CSS when the application is bundled for production.
Decreases overall bundle size and improves parsing time in browsers.
I'll provide a PR.
The text was updated successfully, but these errors were encountered:
feat: Minify CSS/JS in production bundle
6dd9bf1
Fixes cypress-io#9092
9a8b1ef
No branches or pull requests
What would you like?
Minification of JS/CSS when the application is bundled for production.
Why is this needed?
Decreases overall bundle size and improves parsing time in browsers.
I'll provide a PR.
The text was updated successfully, but these errors were encountered: