nuxt.build()
is now ran automatically on development mode- Option
build.buildNamespace
has been renamed tobuildDir
- JSDOM has been updated to use the latest API (
nuxt.renderAndGetWindow
) - For
nuxt generate
, you can now give apayload
to avoid multiple API call, see this example to see how to use it. context.hotReload
(boolean) has been added to know when middleware or page hooks are being called from the hot reload or not (only in development) (fix #812)window.onNuxtReady
has been fixed (fix #829)- Option
dev
is now equal tofalse
whenprocess.env.NODE_ENV === 'production'
- Fix module to be called before listening the server