We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8acd1 commit f0fd375Copy full SHA for f0fd375
packages/@vue/cli-service/lib/config/css.js
@@ -26,7 +26,7 @@ module.exports = (api, options) => {
26
const shouldExtract = isProd && extract !== false && !shadowMode
27
const extractOptions = Object.assign({
28
filename: getAssetPath(options, `css/[name].[contenthash:8].css`),
29
- chunkFilename: getAssetPath(options, 'css/[name].[id].[contenthash:8].css')
+ chunkFilename: getAssetPath(options, 'css/[name].[contenthash:8].css')
30
}, extract && typeof extract === 'object' ? extract : {})
31
32
// check if the project has a valid postcss config
0 commit comments