Orbis
+2MB bundlesize after update to v.3.13.2
I have updated nuxt to the latest version and now the entry point client side js chunk increased by +2MB.
nuxi analyze
shows primary naive-ui
as the source of bundle size. It works fine with nuxt v3.13.1. Does anything changed that can cause this increase?4 replies
Internal server error: ENOENT: no such file or directory
just started a fresh project with
pnpm dlx nuxi@latest init <project-name>
. installed all dependencies with pnpm i
and ran the dev server. I got:
do i miss anything?
------------------------------
- Operating System: Linux
- Node Version: v20.11.0
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, ssr
- Runtime Modules: -
- Build Modules: -
------------------------------2 replies