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

Hello, I'm very sorry to ask such a basic question but I need guidance. I've got currently in my angular.json for the build: ``` "build": { "builder": "@angular-devkit/build-angular:browser", "options": {...

Also bumps source-map from v0.7.3 to v0.7.4

We use "webpack-obfuscator": "^3.5.1" with const webpackObfuscator = new WebpackObfuscator( { sourceMap: true, }); but sourcemaps files not generating I also opened stackoverflow question but without help. [https://stackoverflow.com/questions/73569780/javascript-obfuscator-with-webpack-obfuscator-source-map-files-not-working](https://stackoverflow.com/questions/73569780/javascript-obfuscator-with-webpack-obfuscator-source-map-files-not-working) Thank you...

I am using "webpack-obfuscator": "^3.5.1" My goal is to obfuscate my 'ionic build' output folder called www. This www folder is archived in the .ipa the iPhone executable. The source...

The `sources` array of merged source maps is not always in the same order as the original `sources` array. By using the original source map's `sourcesContent` together with the merged...

use npm run build to build a Vue project has the below error Error: The number of constructor arguments in the derived class t must be >= than the number...

Hello all, I have used webpack obfuscator previous version for webpack 4 with laravel mix. Now I have been trying this version and it works great, but when it tried...

hi guys, i'v been having trouble building my chrome extension ever since i included a 10mb file that contains the data about all event buildings in a video game ......

```var WebpackObfuscator = require('webpack-obfuscator'); extend(config, { isDev, isClient }) { config.resolve.alias['vue'] = 'vue/dist/vue.common'; if (!isDev && isClient) { config.plugins.push( new WebpackObfuscator({ deadCodeInjection: true, deadCodeInjectionThreshold: 1, rotateStringArray: true, splitStrings: true, splitStringsChunkLength:...