disable minify for spa

This commit is contained in:
Sebastien Chopin 2017-08-18 15:46:00 +02:00
parent 71c34b1d7a
commit 7f12803086

View File

@ -80,7 +80,7 @@ if (options.mode !== 'spa') {
})
} else {
// Disable minify to get exact results of nuxt start
nuxt.options.generate.minify = true
nuxt.options.generate.minify = false
// Generate on spa mode
new Generator(nuxt, builder).generate({ build: true }).then(() => {
if (!nuxt.options.dev) {