babel / minify

:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
https://babeljs.io/repl
MIT License
4.39k stars 225 forks source link

feat: Support variable name invariance #980

Open KevLeong opened 4 years ago

KevLeong commented 4 years ago

I need to keep the variable name,when I use javascript as the DSL like Vue mustache syntax that don't support {{ key: 'value' }}. So I need to transform into {{varName}}. Hopefully, this feature will be supported.