2020-05-07 Bug Fixes Allow using plugins on CLI that are exported as exports.default (#3529) Do not fail side-effect detection in nested callbacks of builtins (#3539) Pull Requests #3529: Use default named export with plugins (@NotWoods) #3539: Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (@lukastaegert)