webpack-obfuscator
webpack-obfuscator copied to clipboard
javascript-obfuscator plugin for Webpack
Hi, does it also work to obfuscate CSS files content?
The built product will be recognized as a virus by the latest Windows 11 virus library and removed
"webpack-obfuscator": "^3.5.0",
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   
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:  During my local build process with the following webpack configuration:  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" ```...