Features
- Breaking change:
./static/folder is now mapped to/, this to allows to haverobots.txtfiles orsitemap.xml, since there is no main reason to not map it to/ - Breaking change:
nuxt.renderRoute(route, context)send back an object withhtmlanderrorinstead of the html - Nuxt.js is now serving the
staticfolder from itsrender(req, res)function (instead of the server used by nuxt-dev and nuxt-start), this to keep consistency in the behaviour of nuxt
Misc
- Update
with-avaexample to check when the app sent back an error from the server - Update exit status to 1 when app fail to respect standard