webpack-clear-console icon indicating copy to clipboard operation
webpack-clear-console copied to clipboard

the Reg error

Open hanxu317317 opened this issue 7 years ago • 0 comments

var string = 'console.log()` when availab);' var rConsole = new RegExp("(" + consoleName.join("|") + ")" + ".(?:" + consoleType.join("|") + ")\s{0,}\([^;]\)(?!\s[;,]?\s*\/\\sNotClearConsole\s*\*\/)\s{0,};?", "gi");

this string should not be found in chunk.source

hanxu317317 avatar Jul 12 '17 08:07 hanxu317317