-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I'm not using Visual Editing, but still have problems like #1277 and #1284 which breaks HMR. Looks like this feature has some react dependencies which not always work well. So would it be possible to ditch it?
I should note that it only happens if I install deps with bun.
The current workaround (nuxt.config.ts):
vite: {
optimizeDeps: {
include: ['react-compiler-runtime', 'react', 'react-dom']
},
},
This workaround makes builds and dev compiling at least 5 times longer.
richgcook, davidstackio, hajiskyy, LucaArgentieri, LKosters and 1 more
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested