perf[chore]: remove preserveWhitespace config (#597)
This commit is contained in:
parent
8e76fdb622
commit
879318692c
@ -80,17 +80,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…
Reference in New Issue
Block a user