2019-08-28
Bug Fixes
- Make sure file hashes change when a change of the naming pattern leads to a file name change of a dependency (#3083)
- Fix several issues where reexporting an external "default" export could lead to invalid or incorrect code (#3084)
Pull Requests
- #3078: Add github actions workflow config for windows (@shellscape)
- #3083: Properly reflect dependency file names in hash (@lukastaegert)
- #3084: Fix "default" reexport issues in non ESM/System formats (@lukastaegert)