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
esbuild/internal/resolver/resolver.go
Line 2460 in deb93e9
--packages=external
The text was updated successfully, but these errors were encountered:
Also currently experiencing this myself.
Sorry, something went wrong.
Linking this issue to #3238.
cb46459
No branches or pull requests
esbuild/internal/resolver/resolver.go
Line 2460 in deb93e9
When bundling for nodejs with
--packages=external
enabled if there is an alias in tsconfig this function will classify such an import as an external module instead of an internal one.Here is a minimal reproduction https://github.com/gorbak25/esbuild-bug-IsPackagePath
The text was updated successfully, but these errors were encountered: