Closed mstade closed 7 years ago
@@ master #45 diff @@
==========================================
Files 4 15 +11
Lines 83 268 +185
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 73 235 +162
- Misses 10 33 +23
Partials 0 0
Powered by Codecov. Last update f0b1a75...88969d6
Description
These changes aim to fix an issue with exporting UMD modules that depend on other modules. The issue and fix is explained more in-depth in babel/babel#4766.
Because the babel PR has yet to be accepted or discussed, we've decided to fork the relevant plugin to enable a release separate from Babel. This is unfortunate, and whenever babel merges babel/babel#4766 or otherwise fix this issue, we should move back to that plugin.
Motivation and Context
Without this, UMD modules that have dependencies on other UMD modules will break.
How Was This Tested?
This change is both in babel and in ez-build. Tests were added to the babel PR, but remains to be added to this.
Types of changes
Checklist: