Vue obfuscation best practices Vue obfuscation best practices vue.js vue.js

Vue obfuscation best practices


Update

I´m currently using the following setup in order to achieve the desired result of uglifying the js code from the build process of vue apps using TerserPlugin

vue.config.js file

const TerserPlugin = require('terser-webpack-plugin')

enter image description here

The result is resonably well obfuscated code:

enter image description here

However it´s still possible to see the options of the Vue app instance