We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a9ab0 commit 52b02b3Copy full SHA for 52b02b3
vue.config.js
@@ -81,17 +81,6 @@ module.exports = {
81
})
82
.end()
83
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
-
95
config
96
.when(process.env.NODE_ENV !== 'development',
97
config => {
0 commit comments