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
When I updated cozy-client from 34.1.5 to 34.7.1 into cozy-drive, I had bundle increase of +87.46KB (cc: PR). After some research, one of the causes could be the addition of date-fns as a dependency (cc: bundlephobia) which has been added into version 34.3.0 (cc: commit). Probably a tree-shaking problem.
The text was updated successfully, but these errors were encountered:
When I updated
cozy-client
from 34.1.5 to 34.7.1 into cozy-drive, I had bundle increase of +87.46KB (cc: PR). After some research, one of the causes could be the addition ofdate-fns
as a dependency (cc: bundlephobia) which has been added into version 34.3.0 (cc: commit). Probably a tree-shaking problem.The text was updated successfully, but these errors were encountered: