- [Feature]: Support custom
__loadBundleAsync
implementations in the defaultasyncRequire
function. See the lazy bundling RFC for more details. (ac3adce, f07ce5c by @motiz88) - [Feature]: Support
lazy
parameter in bundle requests. See the lazy bundling RFC for more details. (4ef14f9 by @motiz88) - [Feature]: Preserve comments in unminified builds, while continuing to strip all comments from minified builds. (#967 by @tido64)
- [Deprecated]: The
transformer.asyncRequireModulePath
config option is deprecated. Use__loadBundleAsync
instead.(c7b684f by @motiz88)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental] Package Exports unstable_conditionNames now defaults to ['require', 'import'] (e70ceef by @huntie)
- [Experimental] Removed
server.experimentalImportBundleSupport
config option. (4ef14f9 by @motiz88)
Full Changelog: v0.76.2...v0.76.3