Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte Import issue #202

Open
ZMilosevich opened this issue Nov 26, 2021 · 0 comments
Open

Svelte Import issue #202

ZMilosevich opened this issue Nov 26, 2021 · 0 comments

Comments

@ZMilosevich
Copy link

I building map component (Leaflet + PruneCluster). PruneCluster performance is much faster comparing to MarkerClustering and I love it!. My main issue was importing { PruneCluster, PruneClusterForLeaflet } to component and I fix it by editing prunecluster.js and adding 'export',

export var PruneCluster
export var PruneClusterForLeaflet

so in the next build is it possible to add 'export' and I hope it won't break other framework's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant