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
Darwin
v18.18.2
-
3.10.0
2.8.1
[email protected]
webpack
https://stackblitz.com/edit/github-7r3wbk?file=nuxt.config.ts
build.transpile is not existent with nuxt/bridge in the defineNuxtConfig object.
build.transpile
defineNuxtConfig
Transpile is available in v2: https://v2.nuxt.com/docs/configuration-glossary/configuration-build/#transpile It should be available in v3/bridge: https://nuxt.com/docs/api/nuxt-config#transpile
export default defineNuxtConfig({ build: { transpile: [ ], <----- Typescript error, transpile doesn't exists in build }, });
same for using transpile directly (without build) as in the Nuxt3 way.
transpile
Is there a workaround to include it in nuxt/bridge?
Thank you!
No response
The text was updated successfully, but these errors were encountered:
loading
loadingIndicator
Successfully merging a pull request may close this issue.
Environment
Darwin
v18.18.2
-
3.10.0
2.8.1
[email protected]
webpack
-
-
-
Reproduction
https://stackblitz.com/edit/github-7r3wbk?file=nuxt.config.ts
Describe the bug
build.transpile
is not existent with nuxt/bridge in thedefineNuxtConfig
object.Transpile is available in v2: https://v2.nuxt.com/docs/configuration-glossary/configuration-build/#transpile
It should be available in v3/bridge: https://nuxt.com/docs/api/nuxt-config#transpile
same for using
transpile
directly (without build) as in the Nuxt3 way.Is there a workaround to include it in nuxt/bridge?
Thank you!
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: