Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to ES6-compatible minifier #1148

Merged
merged 1 commit into from Jun 25, 2017
Merged

switch to ES6-compatible minifier #1148

merged 1 commit into from Jun 25, 2017
Commits on Jun 23, 2017
  1. switch to ES6-compatible minifier

    feross committed Jun 23, 2017
    Some downstream dependencies have introduced ES6 (bencode@1.0.0) and
    there are others that have done so too, but which I've refrained from
    updating (junk@2.0.0).
    
    It's going to keep getting harder and harder to keep this code out of
    the codebase -- so let's use babili, which is a minifier that supports
    ES6.
    
    It compresses worse than uglify (I think the bundle is something like
    3KB larger now), but it's worth it IMO.
You can’t perform that action at this time.