Open
Description
It would be nice if you could add a function or parameters that remove the "removeIf/endRemoveIf" comments without removing what inside of them.
I use gulp-remove-code to remove some stuff from the minified version of my JS files that I don't want in production, but in the unminified version I keep those thing there, but the "removeIf/endRemoveIf" stay as well.
Would love to be able to keep them but remove the "removeIf/endRemoveIf" comments from the final build.
maybe something like
.pipe(removeCode({ removeCommentsOnly: true }))
Thx.
Metadata
Metadata
Assignees
Labels
No labels