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

tl;dr
# previously named `bubleup`
$ bili
# is the same as
$ bili src/index.js --out-dir dist
# watch mode
$ bili --watchWhy 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 biliDive into the wiki if you are ready to bundle!
License
MIT © EGOIST