-
Notifications
You must be signed in to change notification settings - Fork 566
Reduce plugin bundle size #165
Copy link
Copy link
Open
Labels
Status: todoAccepted issue that needs someone to fix it.Accepted issue that needs someone to fix it.Type: metaIssue related to plugin infrastructure, publishing, or other repository-related matters.Issue related to plugin infrastructure, publishing, or other repository-related matters.
Metadata
Metadata
Assignees
Labels
Status: todoAccepted issue that needs someone to fix it.Accepted issue that needs someone to fix it.Type: metaIssue related to plugin infrastructure, publishing, or other repository-related matters.Issue related to plugin infrastructure, publishing, or other repository-related matters.
Any possibilities for a lighter version and dumping the requirements for Moment.js? As it is now the whole package clocks in at close to 100+ kb which is a tad much only for using a calendar.
There are alternatives to moment.js as well like fecha https://github.com/taylorhakes/fecha , xdate js etc.
As it is now the datepicker is filled with every feature imaginable. Maybe create extensions instead so that the core can be a bit lighter?