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
3.8.0
none
"scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "vue": "^2.6.10", }, "devDependencies": { "@vue/cli-plugin-babel": "^3.8.0", "@vue/cli-plugin-eslint": "^3.8.0", "@vue/cli-service": "^3.8.0", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.0.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "node-sass": "^4.12.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "webpack-dev-server": "^2.9.7" },
npm run build
extract SCSS in components into a single CSS file
... ...
The text was updated successfully, but these errors were encountered:
That already works.
If it doesn't work for you l, provide a reproduction as is required for bug reports.
Sorry, something went wrong.
I have the same problem css files from chunks are extracted into multiple files instead of one.
See my previous reply
#4409
Created issue
No branches or pull requests
Version
3.8.0
Reproduction link
none
Environment info
Steps to reproduce
npm run build
What is expected?
extract SCSS in components into a single CSS file
What is actually happening?
... ...
The text was updated successfully, but these errors were encountered: