bunchee

Zero config bundler for ECMAScript and TypeScript packages

Downloads
72K
Stars
926
Committers
23

Bot releases are visible (Hide)

bunchee - v4.2.11

Published by huozhi 10 months ago

Patches

Misc

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.9...v4.2.11

bunchee - v4.2.9

Published by huozhi 10 months ago

Patches

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.8...v4.2.9

bunchee - v4.2.8

Published by huozhi 10 months ago

Performance

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.7...v4.2.8

bunchee - v4.2.7

Published by huozhi 10 months ago

Patches

Thanks @sukkaw for help in #343

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.6...v4.2.7

bunchee - v4.2.6

Published by huozhi 10 months ago

Patches

Documentation

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.4...v4.2.6

bunchee - v4.2.4

Published by huozhi 10 months ago

Patches

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.3...v4.2.4

bunchee - v4.2.3

Published by huozhi 10 months ago

Improvement

image

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.2...v4.2.3

bunchee - v4.2.2

Published by huozhi 10 months ago

Improvements

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.1...v4.2.2

bunchee - v4.2.1

Published by huozhi 10 months ago

Bunchee is now built by itself using the shared entry feature (in #325), and there're some improvements for RSC bundling

Improvements

Misc

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.2.0...v4.2.1

bunchee - v4.2.0

Published by huozhi 10 months ago

With bunchee v4.2.0, if you import an entry into another entry, the dependent entry will be the shared chunk. This will help you reduce the bundle size if you're using it. Check details in https://github.com/huozhi/bunchee/pull/320

Feature

Fixes

Misc

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.1.1...v4.2.0

bunchee - v4.1.1

Published by huozhi 10 months ago

Patches

Fixed the imports hoist that breaking server/client boundaries for React client components bundling

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.1.0...v4.1.1

bunchee - v4.1.0

Published by huozhi 10 months ago

⚛️ Now bunchee can split RSC client components with "use client" and server actions modules with "use server" into different chunks, so they can be integrated with React framework like Next.js better. More accurate boundaries, to generate smaller JS bundle in production!

Feature

Misc

Full Changelog: https://github.com/huozhi/bunchee/compare/v4.0.1...v4.1.0

bunchee - v4.0.0

Published by huozhi 10 months ago

V4

🎉 Finally we're happily annoucing bunchee v4 release! We're leveraging rollup v4, introduced few features for package bundling and few improvements!

Features

Improvements

Misc

⚠️ Notice

  • Requires node version >= 18

New Contributors

Kudos

  • Thanks @sukkaw for helping on rollup-preserve-directives to shape the library into a performant, flexible and stable form!
  • Thanks @kdy1 for helping on making SWC as an amazing dependency and fixing few critical related issues!

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.9.2...v4.0.0

bunchee - v3.9.3

Published by huozhi 11 months ago

Patches

Kudos to @kdy1 and @thecuvii for help!

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.9.2...v3.9.3

bunchee - v3.9.2

Published by huozhi 12 months ago

Fixes

Misc

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.9.1...v3.9.2

bunchee - v3.9.1

Published by huozhi 12 months ago

bunchee is now covered in SWC downstream testing, will be more realiable with SWC upgration! 🎈 ⚡️

Patches

Misc

New Contributors

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.9.0...v3.9.1

bunchee - v3.9.0

Published by huozhi about 1 year ago

🚢 We support the CSS imports in bunchee 3.9.0

/* src/style.css */
.title { color: orange }
// src/index.js
import './style.css'

export function Brand({ title }) {
  return <h1 className="title">{title}</h1>
}

Feature

Improvements

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.8.0...v3.9.0

bunchee - v3.8.0

Published by huozhi about 1 year ago

Patches

Improvements

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.7.2...v3.8.0

bunchee - v3.7.2

Published by huozhi about 1 year ago

Fixes

Misc

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.7.1...v3.7.2

bunchee - v3.7.1

Published by huozhi about 1 year ago

  • Upgrade rollup-swc-directive plugin

Full Changelog: https://github.com/huozhi/bunchee/compare/v3.7.0...v3.7.1