set productionSourceMap: false

This commit is contained in:
Pan 2017-07-28 17:29:07 +08:00
parent 89c72d277e
commit 8c9ebd7345
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = {
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: './', //请根据自己路径配置更改 assetsPublicPath: './', //请根据自己路径配置更改
staticPath:'./static/', //请根据自己路径配置更改 staticPath:'./static/', //请根据自己路径配置更改
productionSourceMap: true, productionSourceMap: false,
// Gzip off by default as many popular static hosts such as // Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you. // Surge or Netlify already gzip all static assets for you.
// Before setting to `true`, make sure to: // Before setting to `true`, make sure to: