Skip to content

Commit 8c9ebd7

Browse files
committed
set productionSourceMap: false
1 parent 89c72d2 commit 8c9ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
assetsSubDirectory: 'static',
1111
assetsPublicPath: './', //请根据自己路径配置更改
1212
staticPath:'./static/', //请根据自己路径配置更改
13-
productionSourceMap: true,
13+
productionSourceMap: false,
1414
// Gzip off by default as many popular static hosts such as
1515
// Surge or Netlify already gzip all static assets for you.
1616
// Before setting to `true`, make sure to:

0 commit comments

Comments
 (0)