Results 6 comments of rubixibuc

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 https://github.com/javascript-obfuscator/javascript-obfuscator/commit/faaab45c6aeabf6d6c2ced6f9d53ec5a54871d7b

> Do you get a warning in browser like “failed to init external” or something along those lines? @ScriptedAlchemy This is the generated error: `Uncaught Error: Shared module is not...

I went through the source code when I originally reported this. There was a bug in the module resolving code. It could be fixed now, so I'll test with the...

@alexander-akait I haven't, and Ty for the reminder, will test this week

Still happening after bumping library versions ``` "@babel/core": "^7.21.3", "@babel/preset-react": "^7.18.6", "babel-loader": "^8.3.0", "external-remotes-plugin": "^1.0.0", "html-webpack-plugin": "^5.5.0", "webpack": "^5.76.2", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.12.0" ``` ![Screenshot 2023-03-16 at 12 28 14...

I just ran into this problem as well. I will have to completely stop using parcel for any projects if this isn't updated.