Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fea6e5f

Browse files
committed
chore[devtool]: set cheap-source-map to default
1 parent 1610945 commit fea6e5f

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: 'eval-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)