- Added bundle analyzer option to nuxt build, support for extendRoutes and customizable scrollBehavior via nuxt.config.js.
- Improved process handling and error reporting: commands no longer spawn separate processes, build/generate exit with status 1 on webpack failures, and better error handling for data/fetch and render promises.
- Fixed bugs including dynamic page errors after error(), hashchange data/fetch calls, and progress bar behavior when switching layouts; updated dependencies (removed cross-spawn, upgraded Vue, Vue Router, and webpack).