From ba71a4b5bc3afe5f0706ab0a87e5974c35363334 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 15 Aug 2018 16:48:45 +0800 Subject: [PATCH] typo --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 891dc01..7223ffd 100644 --- a/config/index.js +++ b/config/index.js @@ -66,7 +66,7 @@ module.exports = { productionSourceMap: false, // https://webpack.js.org/configuration/devtool/#production - devtool: 'ource-map', + devtool: 'source-map', // Gzip off by default as many popular static hosts such as // Surge or Netlify already gzip all static assets for you.