Merge pull request #5 from PanJiaChen/master

fix: use vue-cli default source-map (#3097)
pull/4303/head
LimTerran 2020-04-23 13:05:18 +08:00 committed by GitHub
commit 03418bc7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -80,12 +80,6 @@ module.exports = {
})
.end()
config
// https://webpack.js.org/configuration/devtool/#development
.when(process.env.NODE_ENV === 'development',
config => config.devtool('cheap-source-map')
)
config
.when(process.env.NODE_ENV !== 'development',
config => {