webpack-obfuscator
webpack-obfuscator copied to clipboard
javascript-obfuscator plugin for Webpack
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi! Is there any option that can output the filename matched by webpack-obfuscator(loader) in the console? it will be great for developer to debug their webpack configuration
Pull requests to fix that [https://github.com/javascript-obfuscator/webpack-obfuscator/pull/136](url)
…verification will fire error for other files
I wrote about this bug in [another issue](https://github.com/javascript-obfuscator/javascript-obfuscator/issues/863), but it is already closed, it would probably be more correct to make a separate issue in a more suitable repository for...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.19.1. Changelog Sourced from browserslist's changelog. 4.19.1 Fixed throwOnMissing types (by Øyvind Saltvik). 4.19 Added queries grammar definition (by Pig Fang). Added throwOnMissing option (by...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I am trying to obfuscate my javascript code and after adding webpack-obfuscator as a plugin, webpack.BannerPlugin stopped working. I've read that I need to add @license or @preserve to the...
When I try to use webpack-obfuscator with a project created by Vue CLI, it throws an exception ```TypeError: Cannot read property 'tap' of undefined```. Steps to reproduce: 1) Create an...
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...