Socket
Book a DemoInstallSign in
Socket

babili

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babili

✂️ An ES6+ aware minifier based on the Babel toolchain (beta)

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
4
Created
Source

babili

babili npm

Use babili if you don't already use babel (as a preset) or want to run it standalone. Equivalent to using babel-cli but only for minification.

Installation

npm install babili --save-dev

Usage

# global
babili src -d lib
# local
./node_modules/.bin/babili src -d lib

Equivalent to: babel src -d lib --presets=babili

Keywords

babel-preset

FAQs

Package last updated on 20 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts