Home

Issue: 2151

How can I disable html minify?

[issue link]

I’ve tried setting minify to false as discussed here but the HTML output keeps being minified.

This is what I’ve tried:

generate: {
    minify: false
  }

How can I simply turn html minification off completely?

This question is available on Nuxt.js community (#c1906)