babel-plugin-groundskeeper-willie icon indicating copy to clipboard operation
babel-plugin-groundskeeper-willie copied to clipboard

Just remove console statement will cause error in some cases

Open finian opened this issue 8 years ago • 0 comments

e.g.

return a ? 1 : console.log('xxx')

More reliable implementation:

https://github.com/babel/minify/blob/master/packages/babel-plugin-transform-remove-console/src/index.js

finian avatar Oct 09 '17 05:10 finian