Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of webpack-obfuscator #132

Open
DietmarSch opened this issue Jan 16, 2022 · 1 comment
Open

implementation of webpack-obfuscator #132

DietmarSch opened this issue Jan 16, 2022 · 1 comment

Comments

@DietmarSch
Copy link

I have a js-react project with a lot of files, folders and subfolders.
I have installed javascript-obfuscator and webpack-obfuscator, but I have no idea how to implement it into my code.

I have an index.js which renders the main components into the html-file.

Your readme.md has two examples : the rules-Array and the objects entry, output and plugins.

What is to do with this. Shall I import them into the index.js? And then? How shall I use it.

My react-code is still shown in the browser. I want to hide it.

@bangank36
Copy link

Usually we add the webpack-obfuscator into webpack.config.js file, could you post the content of that file in your project first?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants