@FredKSchott
The commit 7e75713 fix(commonjs): Support __esModule packages with a default export (#465), unwrapExports was removed entirely. No other information was provided on this.
How are we to fix our builds that will not work now that this has been removed? An example is importing redux-subscriber. This latest release results in the import being undefined (uses the default import). We have a few others in the app that are transpiling to the same error. We had to revert to 13.0.0.
Any help would be appreciated.
@FredKSchott
The commit 7e75713
fix(commonjs): Support __esModule packages with a default export (#465),unwrapExportswas removed entirely. No other information was provided on this.How are we to fix our builds that will not work now that this has been removed? An example is importing
redux-subscriber. This latest release results in the import being undefined (uses the default import). We have a few others in the app that are transpiling to the same error. We had to revert to 13.0.0.Any help would be appreciated.