Echo JS 0.11.0

<~>
[deleted news]
tracker1 1867 days ago. link 1 point
My biggest critique is the min version (not gzipped) is pretty heafty at 83kb.  Might be worth running through closure compiler to see if it can be brought down further.  Using rollup over webpack may also help a bit.  the @babel/preset-env should also specify a minimum browser version... IE11 would probably be the most appropriate baseline.  though, as mentioned rollup may be better than webpack+babel for a library like this.

Replies