mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Preserve whitespace
This commit is contained in:
parent
4683dc9254
commit
32d3045884
@ -4,7 +4,7 @@ export default function vueLoader () {
|
||||
postcss: this.options.build.postcss,
|
||||
extractCSS: this.options.build.extractCSS,
|
||||
cssSourceMap: this.options.build.cssSourceMap,
|
||||
preserveWhitespace: false,
|
||||
preserveWhitespace: true,
|
||||
loaders: {
|
||||
'js': {
|
||||
loader: 'babel-loader',
|
||||
|
Loading…
Reference in New Issue
Block a user