emp3-web
emp3-web copied to clipboard
Should the emp sdk and core js files be ported to es5 modules?
I had a try to port the EMP to es5 modules and mostly did it, except for some parts of the cmapi where the dependencies were all over the place, but i think it can be done. This will allow for bundlers to perform tree-shaking and drop unused code. it will also eliminate the need for manifest files as the resolution will happen declaratively. What do you think?