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
Bili
Delightful library bundler.
Features
- ๐ Fast, well it's using Rollup anyways.
- ๐ Automatically transforms JS files using Buble/Babel.
- ๐ถ Ridiculously easy to use Rollup plugins if you want.
- ๐จ Friendly error logging experience.
Install
# Globally
yarn global add bili
# Locally
yarn add bili --devIf you prefer npm:
# Globally
npm i -g bili
# Locally
npm i -D biliUsage
Bundle src/index.js with a single command:
biliThen you will get ./dist/index.cjs.js. To generate in more formats, try:
bili --format cjs,es,umd,umd-minThen you will get:
index.js # UMD format
index.min.js # Minified UMD format
index.min.js.map # Sourcemaps for minified UMD format
index.cjs.js # CommonJS format
index.m.js # ES module formatDive into the documentation to see more neat features!
Here're some quick links:
- How to use Flow/TypeScript or any compile-to-js language
- How to transpile CSS files
- How to transpile Vue files
Bundled by Bili
- cac - Simple yet powerful framework for building command-line interface.
- vue-final-form - ๐ High performance subscription-based form state management for Vue.js.
- babel-preset-vue - Babel preset for transforming Vue JSX.
- Feel free to submit yours
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Author
bili ยฉ EGOIST, Released under the MIT License.
Authored and maintained by EGOIST with help from contributors (list).
egoist.moe ยท GitHub @EGOIST ยท Twitter @_egoistlily