Nuxt/lib/builder
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
..
webpack feat: abstract minify and use value for all modes (#3965) 2018-09-30 18:12:38 +02:00
builder.js feat: use understandable file names for analyze mode (#4014) 2018-09-30 18:11:20 +02:00
generator.js feat: abstract minify and use value for all modes (#3965) 2018-09-30 18:12:38 +02:00
index.js misc: improve coverage and packaging (#3121) 2018-03-28 02:58:17 +04:30