From 4e65890b6ac681294f676c5b276792f668e1054a Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 23 Jan 2018 15:15:25 +0800 Subject: [PATCH] fix[chore]: fixed devtool typo --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 63f6db7b..92ac0ed1 100644 --- a/config/index.js +++ b/config/index.js @@ -33,7 +33,7 @@ module.exports = { */ // https://webpack.js.org/configuration/devtool/#development - devtool: 'cheap-source-map, + devtool: '#cheap-source-map', // If you have problems debugging vue-files in devtools, // set this to false - it *may* help