Preserve whitespace

This commit is contained in:
Sebastien Chopin 2017-09-07 13:51:11 +02:00
parent 4683dc9254
commit 32d3045884

View File

@ -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',