From 7f128030869dd53154e612081baf786237d360b7 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Fri, 18 Aug 2017 15:46:00 +0200 Subject: [PATCH] disable minify for spa --- bin/nuxt-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nuxt-build b/bin/nuxt-build index 1b4eac3aff..12a52eb1fa 100755 --- a/bin/nuxt-build +++ b/bin/nuxt-build @@ -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) {