2021-03-29
Features
- Add a new option
makeAbsoluteExternalsRelative
to opt out of renormalizing absolute external ids to relative ids (#4021) - Extend the
resolveId
plugin hook to allow forcing or preventing renormalization of absolute external ids (#4021) - Make the rendered code of individual modules available in the generated bundle (#4028)
Bug Fixes
- Handle objects with
__proto__
properties correctly (#4019)
Pull Requests
- #4019: Deoptimize ObjectExpression when a
__proto__
property is present (@marijnh) - #4021: Improve absolute path handling (@lukastaegert)
- #4026: chore: fix vscode launch config (change tdd to bdd) (@jameslahm)
- #4027: Post comment for PRs from forks (@lukastaegert)
- #4028: Expose rendered module code to generateBundle hook (@btd)