webpack-obfuscator
webpack-obfuscator copied to clipboard
javascript-obfuscator plugin for Webpack
Use of this package was removed in https://github.com/javascript-obfuscator/webpack-obfuscator/commit/390b5ae7fd7e07fe12afcf6f0e5be6515a0f2782 as `webpack` exports `sources`, so this dep isn't used anymore. Recent versions of `webpack` have moved on to `webpack-sources` v3, so this...
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
The project init by nuxt CLI > npx create-nuxt-app proj There are logs of error show. 
Wondering if it's possible to have sourcemaps unobuscated? Currently uploading the sourcemaps to Sentry and although it finds where the exception occurred in, the contents are mainly obfuscated. This is...
What am I missing? I have this config under `module.rules`: ``` { test: /\.js$/, exclude: /node_modules/, enforce: 'post', use: { loader: WebpackObfuscator.loader, options: { debugProtection: true, disableConsoleOutput: true, rotateStringArray: true,...
Hi Versions: ` "webpack-obfuscator": "^2.6.0", "@vue/cli-service": "^4.5.13", "vue": "^2.6.11", ` I am trying to obfuscate my vue.js 2 webapp. My cue.config.js looks like this `const fs = require('fs') module.exports =...
_0xd781['base64DecodeUnicode'] = function(_0x1e15cf) { var _0x143344 = atob(_0x1e15cf);此行报错: DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded. 版本:webpack-obfuscator0.10.0 有一定的几率编译后,打开页面出现此错误
Doesn't matter what I try, but when I either: - enable split strings or - set the preset to medium level, the hashes change and break chunk loading. default preset...
With NodeJS v16.13.0 on Windows ``` $ npm run build && npx webpack --config test/config/javascript-obfuscator-loader.config.js --stats-error-details > [email protected] build > npx tsc asset index.js 1.13 KiB [emitted] [minimized] (name: index)...
Is this plugin fully compatibly with Module Federation plugin and should it be placed before or after (the MF plugin) in the Webpack 5 plugins array?