未验证 提交 7c062141 编写于 作者: 花裤衩 提交者: GitHub

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

上级 73a9ab03
...@@ -81,17 +81,6 @@ module.exports = { ...@@ -81,17 +81,6 @@ module.exports = {
}) })
.end() .end()
// set preserveWhitespace
config.module
.rule('vue')
.use('vue-loader')
.loader('vue-loader')
.tap(options => {
options.compilerOptions.preserveWhitespace = true
return options
})
.end()
config config
.when(process.env.NODE_ENV !== 'development', .when(process.env.NODE_ENV !== 'development',
config => { config => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册