I have a small concern. After building a JS module...
# javascript
s
I have a small concern. After building a JS module with multi platform the module index.js seems to be 2mb? I have not ran this through DCE as of yet, but I’m wondering if this is something others have seen?
s
This is exactly the answer that I wanted 🙂 We are not going to deploy until 1.4 is release as I knew there where a lot of JS improvements coming. Thank you for the screenshot
n
the 1.3.70-eap improved the js output a lot, mine shrunk by 90%, but it is now somewhere around 2mb still in the new plugin it applies dce and minification automatically too
s
Oh wow! I'll look into this, what is the new plugin? Is it still the multi platform one?
n
still, yes its just updating to 1.3.70-eap-184 or so
it is mostly compatible with 1.3.61 compiled libraries (except for serialization and such which has compiler plugins)
s
I'll try with that compiler. There's no date for 1.4.0 yet no?
n
i assume until 1.4 there will be even better optimization from the new IR format, but it will also break all libraries
s
Looking forward to that
👍 1