- CLI commands now exit with code 1 on any unwanted error (except nuxt dev) for better error handling.
- Added CSP script-src safe inline support via the `render.csp` option in `nuxt.config.js`.
- Fixed multiple issues: nested node_modules prioritization, SPA redirects, extractCSS errors, and loading bar handling of redirects.