Open kyumoon opened 2 months ago
https://github.com/kyumoon/nuxt-birdge-example/tree/test/ofetch
I am currently developing in a 'bridge + webpack' environment and found an error while trying to integrate ofetch in advance for migration. The error is the same as the issue reported https://github.com/nuxt/bridge/issues/1066. closed PR: https://github.com/unjs/ofetch/pull/433
From what I have identified, imports with the 'node:' prefix do not work properly and need to be removed for the 'webpack + bridge' environment to function correctly.
No response
This may be a problem with Nuxt 2 rather than Nuxt Bridge. (as it also occurs without the nuxt bridge).
Environment
Reproduction
https://github.com/kyumoon/nuxt-birdge-example/tree/test/ofetch
Describe the bug
I am currently developing in a 'bridge + webpack' environment and found an error while trying to integrate ofetch in advance for migration. The error is the same as the issue reported https://github.com/nuxt/bridge/issues/1066. closed PR: https://github.com/unjs/ofetch/pull/433
From what I have identified, imports with the 'node:' prefix do not work properly and need to be removed for the 'webpack + bridge' environment to function correctly.
Additional context
No response
Logs
No response