We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
devtool
1 parent 87e9d42 commit de3d062Copy full SHA for de3d062
packages/@vue/cli-service/lib/commands/serve.js
@@ -51,7 +51,7 @@ module.exports = (api, options) => {
51
api.chainWebpack(webpackConfig => {
52
if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {
53
webpackConfig
54
- .devtool('cheap-module-eval-source-map')
+ .devtool('eval-cheap-module-source-map')
55
56
57
.plugin('hmr')
0 commit comments