Skip to content

Fix exports for some bundlers#166

Merged
blakeembrey merged 1 commit into
jshttp:masterfrom
proudparrot2:patch-1
Oct 2, 2024
Merged

Fix exports for some bundlers#166
blakeembrey merged 1 commit into
jshttp:masterfrom
proudparrot2:patch-1

Conversation

@proudparrot2

Copy link
Copy Markdown
Contributor

I've been using this package in a javascript library with esbuild and it's worked fine, but for some reason, rspack can't resolve it. Adding "main": "index.js" to package.json fixed this.

@wesleytodd

Copy link
Copy Markdown
Member

While this is a good change and likely to land here, you might want to report that as a bug to them. The default behavior when main is missing is to use index.js: https://nodejs.org/docs/latest/api/modules.html#folders-as-modules

@blakeembrey blakeembrey merged commit 927d48a into jshttp:master Oct 2, 2024
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.

3 participants