Features
- BundleSFX now uses compressed names by default (#92). This can be disabled via the
sfxEncoding: false
build option. - Build support for CommonJS globals configuration just like the global module format. Useful for setting things like
process
andBuffer
via loader config (#243) - SFX bundles now support bundle subtraction, becoming modules themselves (#251)
Bug Fixes
- Bug fix to ensure AMD building adds CommonJS-style AMD deps to define declaration (#249)
- Fixes AMD building bug where scope-nested defines were not being named (#228)
- Fixes common bundle subtraction for AMD bundles (#222)
- Support for spaces in paths (#235)
- Global format global function hoisting handling bug fix (#211)