JSPM

  • Created
  • Published
  • Downloads 5921
  • Score
    100M100P100Q129039F
  • License MIT

Transpile ESnext code with Rollup and Buble.

Package Exports

  • bili

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bili) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

logo

NPM version NPM downloads

tl;dr

# previously named `bubleup`
$ bili
# is the same as
$ bili src/index.js --out-dir dist

# watch mode
$ bili --watch

Why is this useful?

I always repeat the same configurations for bundling my front-end libraries. With bili you can simply run bili to generate commonjs-format code and or append --format umd to generate umd-format code, and it's fast! You can even pass --compress to generate compressed file and sourcemap.

Install

$ npm install -g bili

Dive into the wiki if you are ready to bundle!

License

MIT © EGOIST