2020-07-18
Features
- Allow resolving synthetic named exports via an arbitrary export name (#3657)
- Display a warning when the user does not explicitly select an export mode and would generate a chunk with default export mode when targeting CommonJS (#3657)
Pull Requests
- #3657: Add basic support for using a non-default export for syntheticNamedExports (@lukastaegert)
- #3659: Warn when implicitly using default export mode (@lukastaegert)