Skip to content
New issue

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

fix(nuxt): transpile app.config files in nitro build #27342

Merged
merged 2 commits into from
May 24, 2024

Conversation

danielroe
Copy link
Member

🔗 Linked issue

resolves #26428

📚 Description

We inject defineAppConfig as an auto-import, but this will never be called if the app config file isn't transpiled. This ensures it will be.

cc: @pi0 in case you think this should be resolved upstream in nitro - but I realise app config is being deprecated, and defineAppConfig is a Nuxt thing rather than a nitro one.

Copy link

stackblitz bot commented May 24, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

app.config.js - defineAppConfig is not defined
1 participant