Open Pisamad opened 2 years ago
there was a property ignoreRequireImports but it was renamed to ignoreImports. The readme wasn't updated in every location. Try setting that to true, ignoreImports: true
@rubixibuc you just made my day, thank you. Just for reference, I'm using:
"webpack": "^5.75.0",
"webpack-obfuscator": "3.3.2"
"javascript-obfuscator": "^4.0.0",
with Electron.
And if I don't set ignoreImports: true
I get random "cannot find module" errors when starting the app.
With NodeJS v16.13.0 on Windows