#Is buildModules deprecated in Nuxt 3?
14 messages · Page 1 of 1 (latest)
Yes
There's no more buildModules
you'll see that highlighted in your nuxt.config.ts if you have a buildModules section
Nuxt modules are now build-time-only, and the buildModules property used in Nuxt 2 is deprecated in favor of modules.
Yes, but adding floating-vue in modules breaks the entire app. @faint crest
I thought of raising an issue in the "floatingui-vue" project, but it is working fine in RC13, which is why I am confused.
I will try to reproduce this
There is an Issue on Github of floating-vue
There is a workaround provided @misty lake maybe you try this
@misty lake I will make a PR in floating-vue to fix this problem