2020-10-08
Features
- Allow passing custom options to other plugins via
this.resolve
(#3807)
- Allow attaching custom meta information to modules when resolving, loading or transforming (#3807)
- Do not throw but return
null
when usingthis.getModuleInfo
for an unknown id (#3807)
Bug Fixes
- Trigger build in watch mode when files are added to a watched directory (#3812)
- Make
code
optional when transforming modules (#3807)