Nuxt/lib/common
Alexander Lichter d69b4b8b12 feat: abstract minify and use value for all modes (#3965)
* feat: abstract minify and use value for all modes

* change name to htmlMinify

* only override htmlMinify with legacy value in generate mode

* Use default options for htmlMinify and add override info to warning

* Remove redundant minification settings

* Override minification settings in generator

* Cleanup and add TODO for nuxt 3

* Improve warning

* set default minify option to "true"

* make tests pass again

* remove the culprit

* replace htmlMinify with html.minify
2018-09-30 18:12:38 +02:00
..
modes.js misc: improve coverage and packaging (#3121) 2018-03-28 02:58:17 +04:30
nuxt.config.js feat: abstract minify and use value for all modes (#3965) 2018-09-30 18:12:38 +02:00
options.js feat(builder): allow to customize or disable minimizer plugins (#4018) 2018-09-30 18:09:06 +02:00
utils.js fix: prevent removing project by mistake due to build or generate paths (#3869) 2018-09-14 11:36:44 +04:30