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 5c54df7 commit 2d09a4cCopy full SHA for 2d09a4c
packages/@vue/cli-service/lib/config/css.js
@@ -118,7 +118,7 @@ module.exports = (api, options) => {
118
autoprefixer: { disable: true },
119
mergeLonghand: false
120
}
121
- if (options.productionSourceMap && options.cssSourceMap) {
+ if (options.productionSourceMap && sourceMap) {
122
cssProcessorOptions.map = { inline: false }
123
124
webpackConfig
0 commit comments