YahooArchive / strip-loader

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

Fix stripping of statements on the first line and last line #10

Closed tikotzky closed 8 years ago

tikotzky commented 8 years ago

This PR adds some console.log statements to demonstrate the issue reported in #9

It also changes the regex to fix the issue.

You can see a visualization of the updates regex here

Vijar commented 8 years ago

:+1:

Vijar commented 8 years ago

Thanks!