Comment tags with parentheses don't work. For example, this loader:
{
loader: 'webpack-strip-block',
options: {
start: 'remove(code)',
end: 'remove(code)'
}
}
won't work correctly because it breaks the underlying regex. Any similar unescaped char would probably also break the regex.
If this is intended (allow users to write regex fragments?) it should be documented in the README.