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

Wrong file name specified for module in package.json #1

Open
auroraanna opened this issue Jan 20, 2024 · 0 comments
Open

Wrong file name specified for module in package.json #1

auroraanna opened this issue Jan 20, 2024 · 0 comments

Comments

@auroraanna
Copy link

The package.json file says that module is dist/index.esm.js but the build command doesn't create that file in the dist folder. It does however create dist/index.js and index.d.ts.

I think this issue is why vite fails to use this as a dependency. Using it on a project without vite, seems to work however.

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

No branches or pull requests

1 participant