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 7e6c37c commit dcf9931Copy full SHA for dcf9931
packages/@vue/cli-service/lib/config/prod.js
@@ -11,7 +11,7 @@ module.exports = (api, options) => {
11
12
webpackConfig
13
.mode('production')
14
- .devtool('source-map')
+ .devtool(options.productionSourceMap ? 'source-map' : false)
15
.output
16
.filename(filename)
17
.chunkFilename(filename)
0 commit comments