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.
2 parents ee13530 + 2cbe261 commit b2fb1dcCopy full SHA for b2fb1dc
vue.config.js
@@ -3,6 +3,7 @@ const { CycloneDxWebpackPlugin } = require('@cyclonedx/webpack-plugin');
3
4
module.exports = {
5
lintOnSave: false,
6
+ productionSourceMap: false,
7
runtimeCompiler: true,
8
// Relative paths cannot be supported. Research by @nscur0 - https://owasp.slack.com/archives/CTC03GX9S/p1608400149085400
9
publicPath: "/",
0 commit comments