Fabien Jacq
Fabien Jacq
I encounter the same kind of issue when you declare a class in the export section. ie: ```js export default class Embedded { ... } ``` The best solution to...
I've been working on a workaround lately. The idea is that instead of adding all markers in one step, I've splitted my markers in group of 2000 and add them...
I digged this issue deeper, since my split strategy stopped to be effective at 100.000 markers. It seems that all the time is spent inside the hasLayers method. I'm preparing...
@mirko77, Yes it is the same.
Using [webpack 4.20.1](https://github.com/webpack/webpack/tree/v4.20.1) optimization on [current head of master](https://github.com/2d-inc/Flare-JS/commit/bcdd9127a84bce95b90f03d070e2e4681569cd4a), I manage to reduce the build size by close to 11 kibi ! 😄 This optimization is as easy as adding...
If you run `npm ls typescript @typescript-eslint/typescript-estree` you should be able to find the dependencies tree related to your problem. Lately, I run into a similar issues and forces those...