diff --git a/nuxt.config.js b/nuxt.config.js index 7b6f456..528ea60 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -284,7 +284,13 @@ export default { ** Build configuration */ build: { - html: { minify: { collapseWhitespace: true } }, + html: { + minify: { + minifyCSS: false, + minifyJS: false, + collapseWhitespace: true + } + }, /* ** You can extend webpack config here */