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
When I used manualChunksPlugin, I found that there was a problem with the css packaging order.
I have put import './styles/app-main.scss'; in the first line in main.ts.
import './styles/app-main.scss';
main.ts
In the final css packaging product, this part of css should be at the first. But that's not actually the case.
The text was updated successfully, but these errors were encountered:
🤔 It seems like a vite bug, so I closed the issue here. vitejs/vite#6375
Sorry, something went wrong.
check the https://github.com/vitejs/vite/issues/6375#issuecomment-2133064752
https://github.com/vitejs/vite/issues/6375#issuecomment-2133064752
No branches or pull requests
When I used manualChunksPlugin, I found that there was a problem with the css packaging order.
I have put
import './styles/app-main.scss';
in the first line inmain.ts
.In the final css packaging product, this part of css should be at the first. But that's not actually the case.
The text was updated successfully, but these errors were encountered: