-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add exports to package.json #286
Conversation
This allows consumers to import the ESM or UMD build depending on the project type. Fixes #283
Looks like my other packages need this patch as well 😅 I am on vacation. |
Nice, enjoy your vacation! 😄 |
Hi @ankurk91, wondering if you would have time to look at this soon? Hope you had a nice holiday. 🌴 |
Most likely this Saturday (my morning) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #286 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 4 4
Lines 95 95
Branches 24 24
=======================================
Hits 90 90
Misses 5 5 ☔ View full report in Codecov by Sentry. |
Hey, We are using the vue-flatpickr-component. From version 11.0.4 we encountered an issue when running vue-tsc command.
The problem is fixed when downgrading to version 11.0.3. Thanks! |
microsoft/TypeScript#51862 (comment) Does this help? |
Hey, Thanks for reaching out. So our current setup for our Vue application: https://www.typescriptlang.org/tsconfig#moduleResolution I can not share my code, but we can look more into module and module resolutions. Thanks! |
This should allow consumers to import the ESM or UMD build depending on the project type.
Fixes #283