2019-06-14
Bug Fixes
- Do not include any comments for completely tree-shaken files so that
renderedLength === 0
is a reliable check (#2940) - Do not cause type errors when returning
null
fromresolveId
(#2941)
Pull Requests
- #2940: Completely omit files that do not have any included statements (@lukastaegert)
- #2941: Explicitly allow null as return value for various hooks (@lukastaegert)