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)
2019-06-14
renderedLength === 0
is a reliable check (#2940)null
from resolveId
(#2941)