Nuxt/lib/builder/webpack
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
..
plugins Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
utils fix: css-loader 1.0 removed alias (#3741) 2018-09-19 13:16:21 +04:30
base.js fix: css-loader 1.0 removed alias (#3741) 2018-09-19 13:16:21 +04:30
client.js feat: abstract minify and use value for all modes (#3965) 2018-09-30 18:12:38 +02:00
server.js feat(webpack, builder): allow extending loader options (#3799) 2018-09-10 12:57:01 +04:30