Not replaces keeps showing up regardless of options?
Closed this issue · 2 comments
anguila commented
I'm using:
var options = { logs : { enabled: true}, notReplaced : { enabled: false} };
And if a regex is not matched it keeps showing up...
Cheers,
David
anguila commented
oops.. wrong format:
var options = {
logs: {
enabled: true,
notReplaced : false
},
};
tomaszczechowski commented
😄