-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Rollup Version
3.26.2
Operating System (or Browser)
Chrome
Node Version (if applicable)
No response
Link To Reproduction
Expected Behaviour
No code will be left behind.
Actual Behaviour
function abc(){
return true;
}
// TREE-SHAKING
abc() ? undefined : console.log("asdfsdf");
Reactions are currently unavailable