javascript-obfuscator icon indicating copy to clipboard operation
javascript-obfuscator copied to clipboard

import.meta.url Not being skipped

Open djaffer opened this issue 1 year ago • 1 comments

Not working properly in next js. Tried exclude, disable in comment, disableStrings and disableNames

new Worker(new URL("./worker.js", import.meta.url), { type: "module", })

djaffer avatar Jul 08 '24 11:07 djaffer

I have the same issue here

ajdiyassin avatar Jan 15 '25 11:01 ajdiyassin