-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
The packaged CSS file does not contain non-routing components #4341
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
Comments
What do you mean by "non-routing components"? |
The App.vue and TopNav.vue
|
Please do provide a runnable reproduction. I've no idea how you use the |
Hello! We get a lot of issues, so we currently close issues requiring feedback after 20 days of inactivity. It’s been at least 10 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. (A maintainer can also add the label Thanks for being a part of the Vue community! 💪💚️ |
If you lazy load component CSS files are splited with JS files I think there should be option to extract single CSS file. |
Hello! We get a lot of issues, so we currently close issues requiring feedback after 20 days of inactivity. It’s been at least 10 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. (A maintainer can also add the label Thanks for being a part of the Vue community! 💪💚️ |
This has been without a reproduction long enough. I'll close it. |
Version
3.9.2
Environment info
Steps to reproduce
npm run build
What is expected?
The packaged CSS file contain non-routing components
What is actually happening?
The packaged CSS file does not contain non-routing components(App, TopNav)
The text was updated successfully, but these errors were encountered: