diff --git a/vue.config.js b/vue.config.js index ff67a62e4..709799afb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,6 +3,7 @@ const { CycloneDxWebpackPlugin } = require('@cyclonedx/webpack-plugin'); module.exports = { lintOnSave: false, + productionSourceMap: false, runtimeCompiler: true, // Relative paths cannot be supported. Research by @nscur0 - https://owasp.slack.com/archives/CTC03GX9S/p1608400149085400 publicPath: "/",