webpack-obfuscator
webpack-obfuscator copied to clipboard
javascript-obfuscator plugin for Webpack
Currently obfuscating my electron app using webpack-obfuscator - my config file is as follows: **// webpack.config.js 'use strict'; const nodeExternals = require('webpack-node-externals'); const path = require('path'), Obfuscate = require('webpack-obfuscator'); //...
Is it possible to include web worker files, after compilation, they are not in `compilation.chunks`.
Hi, I was trying this plugin with WebPack 5 and found that `identifierNamesCache` is not working properly to obfuscate multiple files that depends on each other. I modified the built...
I'm not quite sure how to structure this issue, so here it goes. I created a Vue 3 project with webpack and typescript, then modified the `vue.config.js` file and tested...
Hi, I've been using webpack-obfuscator for a couple of months and this week decided to enable sourceMap due to unreadable stacktrace being generated at our Sentry. So, it would be...
Hi - I'm not sure if this is the right place to post this but I could use some help. I'm developing a project using Cordova/Ionic 3, and I'm trying...
now has `excludes`,if can add '`includes`' is very good ,thank you ,and this plugin is very good
This [PR](https://github.com/javascript-obfuscator/webpack-obfuscator/pull/76) added support for source maps but the README file still mention that source maps aren't supported. > Warning: right now plugin does not support sourceMap and sourceMapMode options!...
The app compiles but does not run. Throw errors. Has anybody tried using this plugin with Framework7-Vue? Please Help!
Generate sourceMap files for Angular 8+