Skip to content

Commit de3d062

Browse files
authored
refactor(cli-service): webpack devtool option (#5735)
Close: #5729
1 parent 87e9d42 commit de3d062

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/commands

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/serve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = (api, options) => {
5151
api.chainWebpack(webpackConfig => {
5252
if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {
5353
webpackConfig
54-
.devtool('cheap-module-eval-source-map')
54+
.devtool('eval-cheap-module-source-map')
5555

5656
webpackConfig
5757
.plugin('hmr')

0 commit comments

Comments
 (0)