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

Include babel-preset-minify in babel-standalone #940

Open bryanp opened 5 years ago

bryanp commented 5 years ago

I'd like to use the minify preset from babel-standalone. Standalone already ships with other presets (e.g. typescript) and this would be a useful addition to support a full transpilation > minification flow outside of node environments.

I found https://github.com/babel/minify/issues/671 which appears to be abandoned. The approach isn't exactly what I'm looking for as it would be another standalone library rather than a preset within the existing standalone library.

Curious if there been any further thought into this. I'd be willing to dedicate time to help make it happen, but first want to explore whether or not this is even possible and/or of interest to the community.

remes2000 commented 3 years ago

bump