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

fix: include src files in the package #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aminya
Copy link

@aminya aminya commented Feb 17, 2024

When building with Parcel, the package fails to be bundled as a dependency. Including the src files fixes this issue.

When building with Parcel, the package fails to be bundled. Including the src files fixes this issue.
@JrMasterModelBuilder
Copy link
Member

JrMasterModelBuilder commented Feb 17, 2024

Why exactly does Parcel fail to bundle? That sounds like a Parcel bug.

How does Parcel even know the src directory was ever there, and what is it trying to do with it? It's not listed under exports or anything like that. Something source map related, or is it actually trying to build from source?

There's also a child dependency with the same project setup. Does Parcel fail on that also?

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.

2 participants