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

javascript-obfuscator plugin for Webpack

Results 60 webpack-obfuscator issues
Sort by recently updated
recently updated
newest added

Hi, does it also work to obfuscate CSS files content?

error information:The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class. ”webpack“:“^3.6.0” "webpack-obfuscator": "^0.11.0" "javascript-obfuscator": "^0.10.0" code...

I used webpack5 and vue3 ,I encountered an error when I ran vite build ![image](https://github.com/user-attachments/assets/5e296307-b5fe-440f-961d-6f013108a5d0) ![image](https://github.com/user-attachments/assets/79729cc3-f6b6-49b4-b6f7-b4ee75372926) ![image](https://github.com/user-attachments/assets/3611f988-4950-4a13-80dd-14236d7091ae)

Error: The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class. at getTargets (.../node_modules/javascript-obfuscator/node_modules/inversify/lib/planning/reflection_utils.js:32:15) "webpack-obfuscator": "^0.12.5" "webpack":...

Here's my current webpack configuration: ![Image](https://github.com/user-attachments/assets/8b0a40e8-9c21-41f0-b47a-cfd286aeb9fa) During my local build process with the following webpack configuration: ![Image](https://github.com/user-attachments/assets/ecd9fcf3-5b5b-4993-9e4e-4484fb43d0c7) the browser keeps throwing persistent errors. I've tried modifying the **excludes** patterns as...

I want to ensure the values I use in my webpack obfuscator config are type safe. But for some reason the TypeScript compiler gives me no error if, for example,...

文档只提示了webpack-obfuscator 3x需要 大于webpack5 , 其它的应该用webpack-obfuscator 2x , 但是对应的javascript-obfuscator版本没有说明, 这个是可以随意使用javascript-obfuscator吗

I'm building an electron application using TypeScript and WebPack. I want to process my own code without touching any 3rd party dependencies in order to rename only my own classes...

When I installed the plugin and referenced it in vue.config.js, before using the plugin, I started the project and encountered the following error message ```package.json "javascript-obfuscator": "2.5.0", "webpack-obfuscator": "2.6.0" ```...