This plugin requires Webpack@5. If you depend on Webpack@4, please useversion 2of the plugin. Install the plugin with NPM and add it to your devDependencies: npm install --save-dev javascript-obfuscator webpack-
I would like to use https://github.com/javascript-obfuscator's self defending mode. Which makes the output code resilient against formating and variable renaming. However if I use terser plugin as a wepack minimizer, the formatting chang...
add to obfuscator option to obfuscate only code inside comments yep, this looks enough. Waiting for it ) Member sanex3339 commented Jan 5, 2017 • edited Also you can use this webpack plugin https://github.com/sanex3339/editable-sources-webpack-plugin and temporary make this functional ...
Noob error really... I had placed the extra webpack config in the configureWebpack section ofvue.config.js, when it should go into thepluginOptions.electronBuildersection: const Obfuscate = require('webpack-obfuscator'); ... ... pluginOptions: { electronBuilder: { chainWebpackMainProcess: ...