Skip to content

Commit b2fb1dc

Browse files
authored
Merge pull request #206 from robertlagrant/slimmer-docker
Disable source maps for production builds #192 Closes #192
2 parents ee13530 + 2cbe261 commit b2fb1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const { CycloneDxWebpackPlugin } = require('@cyclonedx/webpack-plugin');
33

44
module.exports = {
55
lintOnSave: false,
6+
productionSourceMap: false,
67
runtimeCompiler: true,
78
// Relative paths cannot be supported. Research by @nscur0 - https://owasp.slack.com/archives/CTC03GX9S/p1608400149085400
89
publicPath: "/",

0 commit comments

Comments
 (0)