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 3a5ed77 commit 1c34f64Copy full SHA for 1c34f64
packages/@vue/cli-service/types/cli-service-test.ts
@@ -25,7 +25,7 @@ const servicePlugin: ServicePlugin = (api, options) => {
25
26
api.chainWebpack(webpackConfig => {
27
if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {
28
- webpackConfig.devtool('cheap-module-eval-source-map')
+ webpackConfig.devtool('eval-cheap-module-source-map')
29
30
webpackConfig.plugin('hmr').use(require('webpack/lib/HotModuleReplacementPlugin'))
31
0 commit comments