Replies: 1 comment 1 reply
-
I gave it another shot this is the config:
These are the errors:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to upgrade to nuxt 2.16 and want to use the composition functions from nuxt bridge, nothing else for now.
My bridge config looks like this:
When I use "nuxi dev", bridge still starts with nitro. That is the first issue
Do I still have to use "nuxt" in order not to use nitro?
Further, do I have to change nuxt.config.js to nuxt.config.ts + wrap everything with defineNuxtConfig? Do I still have to remove the typescript build module?
How will my IDE react to removing all the @nuxt/composition-api imports? I am using webstorm? Is there maybe also a way to avoid removing all those imports? I have over 200 files.
Additional question: How will modules like sentry react if I use the bare minimum bridge installation?
Sorry if it reads like "all over the place", but there are so many issues popping up that I don't know where to start. I am basically looking for the least painful path for someone who is using @nuxt/composition-api and is having a bunch of modules which neither support nuxt3 nor bridge.
Beta Was this translation helpful? Give feedback.
All reactions