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

Using paths to avoid having "module": "src/index.ts" entry in package #5

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

danice
Copy link
Contributor

@danice danice commented Feb 29, 2024

The "module": "src/index.ts" was used to work with the package as a workspace.
This was causing problems, for example
materializecss/materialize#455

Using paths in tsconfig and vite.config this "module": "src/index.ts" problematic entry is not needed anymore.

@wuda-io wuda-io merged commit b7de8a4 into materializecss:main Mar 5, 2024
@danice danice deleted the using-paths branch March 7, 2024 11:30
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