2022-01-21
Features
- Add complete import resolution objects to ModuleInfo for use in
this.load
(#4354)
Bug Fixes
- Use correct context in plugin hooks with
perf: true
(#4357)
Pull Requests
- #4351: refactor: re-use source mapping url (@dnalborczyk)
- #4352: refactor: replace require-relative with built-in require.resolve (@dnalborczyk)
- #4353: chore: bump deps (@dnalborczyk)
- #4354: Add importedIdResolutions to moduleInfo (@lukastaegert)
- #4355: chore: remove external from config (@dnalborczyk)
- #4357: fix: timed plugin context (@dnalborczyk)