Any plans to release minified versions of babili? It would probably shave 90% off the install size.
Can babili or babel parse TS?
`npm install babili` is 33M. Should users know or care what a babel preset is? They just want to minify code.
acorn is an ECMAScript parse library that emits a JSON parse tree. It does its job very well, but doesn't do anything else.
Competition is great. The more minifiers the better. At a usability level, babili has a 33M install footprint and must be installed locally in the directory in which you intend to use it. uglify-js can be installed…
Any plans to release minified versions of babili? It would probably shave 90% off the install size.
Can babili or babel parse TS?
`npm install babili` is 33M. Should users know or care what a babel preset is? They just want to minify code.
acorn is an ECMAScript parse library that emits a JSON parse tree. It does its job very well, but doesn't do anything else.
Competition is great. The more minifiers the better. At a usability level, babili has a 33M install footprint and must be installed locally in the directory in which you intend to use it. uglify-js can be installed…