-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
esm version #1194
Comments
@gpbl fyi |
If anyone stumble upon this issue, you can do this to make it work in both vite and rollup
|
@sinnbeck thanks! |
https://github.com/gpbl/react-day-picker/blob/master/packages/react-day-picker/rollup.config.js#L14 Is this supposed to be From Rollup's docs:
Just a guess, I'm not a Rollup user. |
Yes, I think it should be es not esm |
@tjfred35 we need to organize these build issues. I am not sure if the current build works as expected. |
Last week we had to downgrade Node from 17 back to 16, cause this package wasn't compiling. Something to check once this issue is resolved |
|
Closing as we've released v8: this issue belongs to a version which is not longer maintained, and it is likely fixed. In case, please open a new issue. Thanks! |
Describe the bug
Due to vitejs/vite#2692, vitejs/vite#2139 and finally rollup/plugins#481, can you release an esm version of this library like lodash does with lodash & lodash-es?
The text was updated successfully, but these errors were encountered: