bili

Bili makes it easier to bundle JavaScript libraries.

MIT License

Downloads
9.9K
Stars
1K
Committers
10

Bot releases are hidden (Show)

bili - v4.0.5

Published by egoist over 5 years ago

4.0.5 (2019-01-29)

Bug Fixes

  • build: the upstream is somehow broken (9690fc7)
bili - v4.0.4

Published by egoist over 5 years ago

4.0.4 (2019-01-29)

Bug Fixes

bili - v4.0.3

Published by egoist over 5 years ago

4.0.3 (2019-01-29)

Bug Fixes

  • properly handle bundleNodeModules when it's an array (7eafe1e)
bili - v4.0.0

Published by egoist over 5 years ago

bili - v4.0.2

Published by egoist over 5 years ago

4.0.2 (2019-01-29)

Bug Fixes

bili - v4.0.1

Published by egoist over 5 years ago

4.0.1 (2019-01-29)

Bug Fixes

  • passing parentId to externals (cab28b5)
bili - v3.4.2

Published by egoist almost 6 years ago

3.4.2 (2018-11-21)

Bug Fixes

bili - v3.4.1

Published by egoist almost 6 years ago

3.4.1 (2018-11-16)

Bug Fixes

bili - v3.4.0

Published by egoist almost 6 years ago

3.4.0 (2018-11-14)

Features

bili - v3.3.4

Published by egoist almost 6 years ago

3.3.4 (2018-11-08)

Bug Fixes

  • should run build script before publish (e252461)
bili - v3.3.3

Published by egoist almost 6 years ago

3.3.3 (2018-11-08)

Bug Fixes

  • something went seriously wrong (05b3e8c)
bili - v3.3.2

Published by egoist almost 6 years ago

3.3.2 (2018-11-08)

Bug Fixes

  • typescript2: use different cache dir for differnt build (4d7e5ef), closes #141
bili -

Published by egoist over 6 years ago

Breaking changes

We are now using rollup-plugin-babel and babel v7 by default.

You can switch back to Buble via --js buble flag.

New

bili - v2.0.0

Published by egoist over 6 years ago

Breaking changes:

  • .m.js is renamed to .es.js

Added

  • In umd and iife format, env.NODE_ENV will default to development when uncompressed or production when compressed.
bili - v1.6.0

Published by egoist almost 7 years ago

New features:

  • Progress bar!
  • Replace process.env.NODE_ENV in umd iife bundle, it defaults to development in umd iife bundles and production in umd-min iife-min bundles.
bili - v1.2.4

Published by egoist almost 7 years ago

Bug fixes

  • Load bili config file before parsing format and input.

Enhancements

  • Add --inspectRollup option to inspect Rollup options.
bili - v1.2.2

Published by egoist almost 7 years ago

Breaking changes

  • The filename of output file no longer defaults to pkg.name, since we now support multi entry files, the default value of filename is [name][suffix].js.

New features

  • Support Babel by default, just set js: 'babel' or use CLI flag --js babel.
  • Support shebang.
  • Support async/await flow in Buble.

Enhancements

  • Better .vue .css support

For more details check out the new API page.

bili - v0.17.0

Published by egoist over 7 years ago

Breaking changes

  • Drop node 4/5 support, minimal node version is 6
  • With compress: true now it compresses for all formats (excluding es format), it can be string or Array too like: compress: 'cjs,umd' or compress: ['cjs', 'umd'], see: https://egoist.moe/bili/#/api?id=compress
  • name option is renamed to filename.
  • Use Rollup v0.43.0