Skip to content

Commit

Permalink
refactor(cli-service): webpack devtool option (#5735)
Browse files Browse the repository at this point in the history
Close: #5729
  • Loading branch information
jeneser committed Aug 2, 2020
1 parent 87e9d42 commit de3d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/commands/serve.js
Expand Up @@ -51,7 +51,7 @@ module.exports = (api, options) => {
api.chainWebpack(webpackConfig => {
if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {
webpackConfig
.devtool('cheap-module-eval-source-map')
.devtool('eval-cheap-module-source-map')

webpackConfig
.plugin('hmr')
Expand Down

0 comments on commit de3d062

Please sign in to comment.