mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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,
|
postcss: this.options.build.postcss,
|
||||||
extractCSS: this.options.build.extractCSS,
|
extractCSS: this.options.build.extractCSS,
|
||||||
cssSourceMap: this.options.build.cssSourceMap,
|
cssSourceMap: this.options.build.cssSourceMap,
|
||||||
preserveWhitespace: false,
|
preserveWhitespace: true,
|
||||||
loaders: {
|
loaders: {
|
||||||
'js': {
|
'js': {
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
|
Loading…
Reference in New Issue
Block a user