You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: