Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52b02b3

Browse files
committedJun 24, 2020
perf: remove preserveWhitespace
1 parent 73a9ab0 commit 52b02b3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎vue.config.js

-11
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,6 @@ module.exports = {
8181
})
8282
.end()
8383

84-
// set preserveWhitespace
85-
config.module
86-
.rule('vue')
87-
.use('vue-loader')
88-
.loader('vue-loader')
89-
.tap(options => {
90-
options.compilerOptions.preserveWhitespace = true
91-
return options
92-
})
93-
.end()
94-
9584
config
9685
.when(process.env.NODE_ENV !== 'development',
9786
config => {

0 commit comments

Comments
 (0)
Please sign in to comment.