emp3-web icon indicating copy to clipboard operation
emp3-web copied to clipboard

Should the emp sdk and core js files be ported to es5 modules?

Open georgegtx opened this issue 7 years ago • 0 comments

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?

georgegtx avatar Jul 25 '17 11:07 georgegtx