From 8c9ebd73453f63c97a5c583985e412a47fee50c8 Mon Sep 17 00:00:00 2001 From: Pan Date: Fri, 28 Jul 2017 17:29:07 +0800 Subject: [PATCH] set productionSourceMap: false --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index eb91a841..7d3cb6c6 100644 --- a/config/index.js +++ b/config/index.js @@ -10,7 +10,7 @@ module.exports = { assetsSubDirectory: 'static', assetsPublicPath: './', //请根据自己路径配置更改 staticPath:'./static/', //请根据自己路径配置更改 - productionSourceMap: true, + productionSourceMap: false, // Gzip off by default as many popular static hosts such as // Surge or Netlify already gzip all static assets for you. // Before setting to `true`, make sure to: