You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build create separate css file for each js chunk. This is causing performance dropdown if there are many small CSS files. I found no solution to prevent spliting CSS files.
What problem does this feature solve?
Build example application by
vue create
with Router enabled.Add any styles to
About
component.Or checkout my repo:
https://github.com/Mighty683/vue-cli-repro-css-extract
Run:
npm run build
I tried method described in webpack documentation:
https://webpack.js.org/plugins/mini-css-extract-plugin/#extracting-all-css-in-a-single-file
vue.conf.js
:Build create separate css file for each js chunk. This is causing performance dropdown if there are many small CSS files. I found no solution to prevent spliting CSS files.
What does the proposed API look like?
Add option to
vue-cli
to extract single file from CSS or add posibility to configure it by user.The text was updated successfully, but these errors were encountered: