fix[chore]: fixed devtool typo

This commit is contained in:
Pan 2018-01-23 15:15:25 +08:00
parent 79c5cb4fcd
commit 4e65890b6a
1 changed files with 1 additions and 1 deletions

View File

@ -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