Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Changed
- The
requirecallback now gets the module object as a parameter, not just its default field (for compatibility withReact.lazy) - The
ignoreoption converts theimportexpression into a rejectedPromiseinstead of removing it
Removed
- Removed the
asyncoption and started transforming all usages to async loads by default - Removed support for
callbackargument forasyncRequire, keeping only thePromiseversion
1.0.1
- Initial release