Weird RollupError on running `nuxi build`
Hey everyone! Im trying to build a Nuxt 3 / Prismic app with the
When building via
I've found this (https://github.com/nuxt/nuxt/issues/15057) issue on Github, but I can see where this error is related to my project..
Help is much appreciated
cloudflare_pages preset enabled (I also tried other cloudflare presets). The build runs fine, but after the prerendering process I get this error:When building via
nuxi generate, the build finishes successfully, but when testing it with wrangler pages dev /dist, the content of the routes doesnt seem to change. I've found this (https://github.com/nuxt/nuxt/issues/15057) issue on Github, but I can see where this error is related to my project..
Help is much appreciated
GitHub
Environment Operating System: Windows_NT Node Version: v16.17.0 Nuxt Version: 3.0.0-rc.11 Nitro Version: 0.5.4 Package Manager: npm@8.15.0 Builder: vite Reproduction I Tried to reproduce but looks ...