Nuxt.js: Disable Minify

Created on 23 May 2017  路  3Comments  路  Source: nuxt/nuxt.js

How can I disable minify?

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

Most helpful comment

after 1.0-alpha release , you can setting in nuxt.config.js file

{
  generate: {
    minify: false
  }
}

see https://github.com/nuxt/nuxt.js/issues/746

All 3 comments

after 1.0-alpha release , you can setting in nuxt.config.js file

{
  generate: {
    minify: false
  }
}

see https://github.com/nuxt/nuxt.js/issues/746

Is this option works at nuxt express template?

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

o-alexandrov picture o-alexandrov  路  3Comments

gary149 picture gary149  路  3Comments

vadimsg picture vadimsg  路  3Comments

bimohxh picture bimohxh  路  3Comments

jaredreich picture jaredreich  路  3Comments