Skip to content

Commit 4e65890

Browse files
committed
fix[chore]: fixed devtool typo
1 parent 79c5cb4 commit 4e65890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
*/
3434

3535
// https://webpack.js.org/configuration/devtool/#development
36-
devtool: 'cheap-source-map,
36+
devtool: '#cheap-source-map',
3737

3838
// If you have problems debugging vue-files in devtools,
3939
// set this to false - it *may* help

0 commit comments

Comments
 (0)