-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
yarn pnp transpile issue - (@cloudflare wrangler + mime types) #2455
Comments
The output bundles sides by sides, with some sort explanation: |
Sorry but I have no idea what you're trying to say. It looks like you're saying esbuild is now using Yarn PnP resolution rules, which is expected. This was recently announced: https://github.com/evanw/esbuild/releases/tag/v0.15.0. Marking this issue as |
Sorry if I was unclear - here is a better example. When trying to bundling this code:
With nodeLinker: node-modules esbuild produces the expected bundle, but with nodeLinker: pnp the bundle will have a type error. Also during the bundling now I got a warning, which say:
|
Thanks. I can reproduce the issue now. I think that the cause is probably the trailing |
No description provided.
The text was updated successfully, but these errors were encountered: