Andrey Starovoyt
Andrey Starovoyt
note: The processes (exclude the first one) are created by the package https://github.com/wix/import-cost We will investigate the issue
@tomblachut I will take a look, maybe we need some magic knowledge there :)
@Turbo87 @vlascik can you please share the typescript definitions?
can be easy done in WS2019.3 thanks to the injection support for handlebars
@jimkyndemeyer Hi! You can directly pass information to the js element that we need to re-format injection. It is implemented e.g. for Angular in-place templates. It can be done by...
The comment is valid: we don't calculate size manually we use the external package "import-cost" for it.
Hi! We use npm package "import-cost", so please report such performance issues there https://github.com/wix/import-cost/issues. I've fixed a couple places in the plugin, to prevent sending unrelated imports to the analyzer,...
We don't count the package size manually, we use import-cost package (https://citw.dev/posts/import-cost) which uses webpack under the hood. So, the limitations are on the package or webpack side.
Mostlikely it is the same problem as in other issues. The plugin used an old version of import-cost package and was incompatible with new node.js version. I've fixed the problem...
fixed in 1.1.2023.