mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
preserveWhitespace false to avoid SSR mismatch
This commit is contained in:
parent
3777e52a99
commit
2e2062e045
@ -18,7 +18,8 @@ module.exports = function () {
|
|||||||
'scss': 'vue-style-loader!css-loader!sass-loader',
|
'scss': 'vue-style-loader!css-loader!sass-loader',
|
||||||
'stylus': 'vue-style-loader!css-loader!stylus-loader',
|
'stylus': 'vue-style-loader!css-loader!stylus-loader',
|
||||||
'styl': 'vue-style-loader!css-loader!stylus-loader'
|
'styl': 'vue-style-loader!css-loader!stylus-loader'
|
||||||
}
|
},
|
||||||
|
preserveWhitespace: false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.dev) {
|
if (!this.dev) {
|
||||||
|
Loading…
Reference in New Issue
Block a user