Hi all,
I'm trying to optimize the bundle size of my app, and when analyzing what is related to Blockly, I found that for each language included, there is a .mjs file that is identical between all languages.
Is there a way to strip/merge them to gain some space? (~100ko in my case)
I understand that this may be very tricky regarding the work you already did on the JS modules, but I ask anyway!
Thanks,
Clément