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
After upgrading to 3.7.0, it does not let me import some components like Clones, Move and Sizes as these are not part of the export on the modular file /dist/glide.modular.esm.js and it is also not possible to import via src like
import clones from '@glidejs/glide/src/components/clones';
as it is not listed in the exports section of the package.json file.
Could it be possible to add these components to the export section of the modular dist/glide.modular.esm.js?
The text was updated successfully, but these errors were encountered:
After upgrading to 3.7.0, it does not let me import some components like Clones, Move and Sizes as these are not part of the export on the modular file
/dist/glide.modular.esm.js
and it is also not possible to import via src likeas it is not listed in the exports section of the package.json file.
Could it be possible to add these components to the export section of the modular
dist/glide.modular.esm.js
?The text was updated successfully, but these errors were encountered: