Sylvain Caillot
Sylvain Caillot
Hello @ivanjaros, I would like to use PruneCluster in my VueJS project. Everything works fine with Leaflet but I am struggling importing PruneCluster into my components (see #158), PruneCluster does...
Hi, I have exactly the same issue but with a Vuejs project ``` import L from 'leaflet' import Vue2Leaflet from 'vue2-leaflet' import { PruneCluster, PruneClusterForLeaflet } from 'prunecluster' export default...
Hi, This is how i did overcome my issues above. Following recommendation from https://github.com/facebookincubator/create-react-app/issues/1015 I have added the following line to prevent the eslint error: ``` /* eslint import/no-webpack-loader-syntax: off...