You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for building datebook! I was really looking forward to using it until I saw the bundle size. 30 kb minified + gzipped is almost as big as React. Any thoughts on reducing the bundle size?
Sorry for this oversight. Looks like the mode was set to development, which caused the source map to be part of the bundle. This will be fixed in the next minor release.
The bundle size should be reduced from 108KB to 16KB.
Thanks for building datebook! I was really looking forward to using it until I saw the bundle size. 30 kb minified + gzipped is almost as big as React. Any thoughts on reducing the bundle size?
What do you think about removing moment and let users format their own dates? Here's a related library that uses this approach: https://github.com/jasonleibowitz/react-add-to-calendar-hocnevermind I see that moment is only used for tests.The text was updated successfully, but these errors were encountered: