Skip to content

Commit 2cbe261

Browse files
committed
Fixing a JSON typo
Signed-off-by: Rob Grant <[email protected]>
1 parent 8b706bd commit 2cbe261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

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

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

0 commit comments

Comments
 (0)