Skip to content

Commit

Permalink
Merge pull request DependencyTrack#206 from robertlagrant/slimmer-docker
Browse files Browse the repository at this point in the history
Disable source maps for production builds DependencyTrack#192

Closes DependencyTrack#192
  • Loading branch information
nscuro authored Jul 28, 2022
2 parents ee13530 + 2cbe261 commit b2fb1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/",
Expand Down

0 comments on commit b2fb1dc

Please sign in to comment.