mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Force preserveWhitespace to false to avoid SSR mismatch
This commit is contained in:
parent
32d3045884
commit
b114717701
@ -4,7 +4,7 @@ export default function vueLoader () {
|
||||
postcss: this.options.build.postcss,
|
||||
extractCSS: this.options.build.extractCSS,
|
||||
cssSourceMap: this.options.build.cssSourceMap,
|
||||
preserveWhitespace: true,
|
||||
preserveWhitespace: false,
|
||||
loaders: {
|
||||
'js': {
|
||||
loader: 'babel-loader',
|
||||
|
Loading…
Reference in New Issue
Block a user