Add es5-version to markerclustererplus npm package
dummdidumm opened this issue · 1 comments
dummdidumm commented
Since markerclustererplus was converted to use the new class-syntax, it is not usable as an npm-package anymore when using Typescript and targeting es5. Reason: Typescript does not transpile javascript files, so it ends up with the class-syntax in the compiled output. It would be great if you could add a es5-version to the npm-package.
This maybe also applies to other packages (haven't looked into it because I only need markerclustererplus).