Skip to content

Commit 1c34f64

Browse files
chore: update type definition test (#5759)
1 parent 3a5ed77 commit 1c34f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/types/cli-service-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const servicePlugin: ServicePlugin = (api, options) => {
2525

2626
api.chainWebpack(webpackConfig => {
2727
if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {
28-
webpackConfig.devtool('cheap-module-eval-source-map')
28+
webpackConfig.devtool('eval-cheap-module-source-map')
2929

3030
webpackConfig.plugin('hmr').use(require('webpack/lib/HotModuleReplacementPlugin'))
3131

0 commit comments

Comments
 (0)