Skip to content

Commit

Permalink
chore: update type definition test (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 6, 2020
1 parent 3a5ed77 commit 1c34f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/types/cli-service-test.ts
Expand Up @@ -25,7 +25,7 @@ const servicePlugin: ServicePlugin = (api, options) => {

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

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

Expand Down

0 comments on commit 1c34f64

Please sign in to comment.