perf[chore]: remove preserveWhitespace config (#3280)

pull/3284/head
花裤衩 4 years ago committed by GitHub
parent 73a9ab0379
commit 7c06214190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,17 +81,6 @@ module.exports = {
})
.end()
// set preserveWhitespace
config.module
.rule('vue')
.use('vue-loader')
.loader('vue-loader')
.tap(options => {
options.compilerOptions.preserveWhitespace = true
return options
})
.end()
config
.when(process.env.NODE_ENV !== 'development',
config => {

Loading…
Cancel
Save