set productionSourceMap: false
This commit is contained in:
parent
89c72d277e
commit
8c9ebd7345
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue