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
Maybe a solution would be to have this addon only provide helpers.
The dayjs lib, locales and plugins inclusions would be the responsibility of the consuming apps.
If I remember correctly, ember-moment did the same when they realized that the moment library was bundled twice
Maybe a solution would be to have this addon only provide helpers. The dayjs lib, locales and plugins inclusions would be the responsibility of the consuming apps.
If I remember correctly, ember-moment did the same when they realized that the moment library was bundled twice
@bartocc I think that's the only way to fix this properly. I'll try to create a new major version exactly like that when I get some free time. Thanks for the suggestion.
Starting with 0.11.0 (the embroider v2 version of this addon), all dayjs locales and plugins end up in the final bundle
See my comments here: e4f8ca4#r117661519
The text was updated successfully, but these errors were encountered: