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

Keep arguments name #1037

Open wilav-dev opened 2 years ago

wilav-dev commented 2 years ago

I can't find a config to keep function arguments name. If it doesn't exist, is it possible to add it? Because when I use my minified code, I want editor to show me params.

Thanks