We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global
The test/fixture/bridge
test/fixture/bridge
Darwin
v16.11.1
2.15.8
yarn@3.1.0
Webpack
components
serverMiddleware
buildDir
plugins
nitro
bridge
buildModules
-
@nuxt/bridge@3.0.0
cd test/fixtures/bridge TEST_BRIDGE_VITE=1 yarn dev
Visit the app, and get the error in the console
It comes from Nuxt 2's entry file.
I guess a quick solution is injecting this on dev:
if (typeof global === 'undefined') globalThis.global = globalThis
No response
The text was updated successfully, but these errors were encountered:
This is now fixed for me.
Sorry, something went wrong.
Only use by Nuxt internals resolved by (#1866). Moving enhancement to prevent this issue to nuxt/nuxt#12830
pi0
No branches or pull requests
Environment
The
test/fixture/bridge
Darwin
v16.11.1
2.15.8
yarn@3.1.0
Webpack
components
,serverMiddleware
,buildDir
,plugins
,nitro
,bridge
,buildModules
-
@nuxt/bridge@3.0.0
Describe the bug
cd test/fixtures/bridge TEST_BRIDGE_VITE=1 yarn dev
Visit the app, and get the error in the console
It comes from Nuxt 2's entry file.
Reproduction
Additional context
I guess a quick solution is injecting this on dev:
Logs
No response
The text was updated successfully, but these errors were encountered: