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: augment #app rather than #app/nuxt #7064

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

danielroe
Copy link
Contributor

Change Summary

We're seeing some cases where when users augment #app/nuxt rather than #app, they can lose type support once the (future default) typescript module resolution of 'bundler' is enabled. This PR shouldn't cause any issues for you but it might prevent issues in future.

related: nuxt/nuxt#24193

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

@wingkwong wingkwong merged commit f0f7a93 into nocodb:develop Nov 23, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants