Open SoloJiang opened 2 years ago
babel-plugin-minify-dead-code-elimination
v0.3.0 is the expected output.
The reason of I updated the babel-plugin-minify-dead-code-elimination
is the latest version @babel/traverse will remove the ThisExpression
https://github.com/babel/minify/issues/1028
In my view, is it a break change for @babel/traverse
?
Code
If code with a block expression, it will not remove the
console.log('abcd')
;Output
Expected