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
⚠️ IMPORTANT ⚠️ Please check the following list before proceeding. If you ignore this issue template, your issue will be directly closed.
When use the library mode, if more than one formats of output specified, the extracted style.css will have duplicated CSS code.
style.css
Repo for Reproduction Just run yarn build, and checkout the extracted dist/style.css.
yarn build
dist/style.css
vite
The text was updated successfully, but these errors were encountered:
6bce108
No branches or pull requests
Describe the bug
When use the library mode, if more than one formats of output specified, the extracted
style.css
will have duplicated CSS code.Reproduction
Repo for Reproduction
Just run
yarn build
, and checkout the extracteddist/style.css
.System Info
vite
version: vite@2.0.0-beta.31The text was updated successfully, but these errors were encountered: