Skip to content

Commit 8999806

Browse files
committed
use old sourcemap option
1 parent a8ba91f commit 8999806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/index.js

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

3636
// https://webpack.js.org/configuration/devtool/#development
37-
devtool: 'eval-source-map',
37+
devtool: 'cheap-module-eval-source-map',
3838

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

0 commit comments

Comments
 (0)