javascript-obfuscator
javascript-obfuscator copied to clipboard
import.meta.url Not being skipped
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", })
I have the same issue here