Skip to content

Commit cc79091

Browse files
committed
chore: disable source map in production
1 parent 55a5bdc commit cc79091

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vue.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ module.exports = {
9898
// }
9999
},
100100

101+
// disable source map in production
102+
productionSourceMap: false,
101103
lintOnSave: undefined,
102104
// babel-loader no-ignore node_modules/*
103105
transpileDependencies: []

0 commit comments

Comments
 (0)