This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
SystemJS Builder 0.15.10
Features
- Upgrades to SystemJS 0.19.23
- Support bundling AMD modules that contain both named defines alongside an anonymous define (#337, 69fe75f)
- Refactors AMD, CJS helpers for simpler global handling to match SystemJS upgraded approach (69fe75f)
Bug Fixes
- Fixes globalDeps alias bugs not allowing globalDeps to be set properly (9b1d18c)
- Fixes ability for plugin builds to return ESM with Rollup optimizations (13ed8f8)
- Fixes an invalid reference Rollup bug, and Rollup error bug when there is no optimization done (d80d775, 13209cb)
- Fix package config build case where package configurations detect invalid
.json.json
dependencies (#508) - Wildcard bundling normalization adjustment (#501)
- Entry point normalization handling fix (8e73240, 101ee8b)
- Array build argument -
build(['module', 'list'])
(9088391) - Better trace error output (bb09bcb)