-
Seems like it should
-
I am using this library with create-react-app, but it causes a problem when I tried to compile my code into a production build, because uglifyjs in used by create-react-app doesn't work with ES5 code.…
zyxue updated
7 years ago
-
If we switched out Babili's constant evaluation with the Prepack's I think this would push Babili to the winning side in terms of bundle size and potentially execution time. It doesn't have to use all…
-
The only reason we haven't been minifying is because I couldn't find a minifier that didn't require compiling down to ES5.
Just discovered https://github.com/babel/babili
We should add this to t…
-
Hey there! I've been working to add Babili to a project of mine that uses `transform-react-inline-elements` and I'm running into a little trouble. When used in combination, the two are emitting code i…
-
When I run `brunch build --production` I see the following warning: `warn: config.overrides.production.plugins.babel: perhaps you meant on, off, only, npm`
This is what I'm trying to use:
```
…
-
What people actually care about w.r.t. build times is usually the end-to-end time. Talking with @skevy, we were saying a typical production build pipeline will transpile and minify, which previously e…
-
This is a feature request for a max line length option. Uglify has a similar one available.
```JavaScript
var options = {
code: true,
comments: true,
presets: [
['babel-preset-babili…
-
**Is your feature request related to a problem? Please describe.**
We use babel-minify in a browser, and previously depended on babel-standalone to provide babili.min.js. The last available release i…
-
> The compression is better than Babili and Closure Compiler
Unfortunately this claim is factually not true today, not by a long shot in fact:
https://github.com/leeoniya/domvm/blob/2.x-dev/dist…