YahooArchive / strip-loader

Webpack loader to strip arbitrary functions out of your production code.
Other
282 stars 14 forks source link

no stripping occurs if console is body of closure expression inside a JSX arg #16

Open max-l opened 7 years ago

max-l commented 7 years ago

Test case to reproduce :

<div
   onClic={ ()=> console.log("123")}
/>