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.
1 parent dc660ad commit b3363d3Copy full SHA for b3363d3
vue.config.js
@@ -74,6 +74,8 @@ const vueConfig = {
74
})
75
)
76
}
77
+ // 是否开启 sourcemap
78
+ option.devtool = process.env.NODE_ENV === 'development' ? 'source-map' : undefined
79
return option
80
},
81
0 commit comments