sindresorhus / strip-debug

Strip console, alert, and debugger statements from JavaScript code
MIT License
84 stars 15 forks source link

Source Map support #11

Closed sindresorhus closed 3 years ago

sindresorhus commented 8 years ago

From https://github.com/sindresorhus/gulp-strip-debug/issues/10.

Blocked by https://github.com/millermedeiros/rocambole/issues/29.

Might be better to just rewrite it as a Babel plugin.

sindresorhus commented 3 years ago

Fixed by https://github.com/sindresorhus/strip-debug/pull/24.