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

Warn when using module resolution with meta uris #53

Merged
merged 2 commits into from
May 2, 2022

Conversation

edoardocavazza
Copy link
Member

As stated in #47, standard URL resolution conflicts with esbuild resolution when using non-explicit relative paths. With this PR we are going to prefer local imports, fallbacking (with a warning) to NPM module when local file is not available.

@edoardocavazza edoardocavazza force-pushed the refactor/meta-url-module-resolution-warning branch from 61bde29 to d1a4a9e Compare May 2, 2022 13:54
@edoardocavazza edoardocavazza merged commit 8f0421e into main May 2, 2022
@edoardocavazza edoardocavazza deleted the refactor/meta-url-module-resolution-warning branch May 2, 2022 14:59
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

1 participant