Releases: huozhi/bunchee
Releases · huozhi/bunchee
v4.3.2
v4.3.1
v4.3.0
😮 Are you struggling with configuring exports
field in package.json
? Don't want to think about CJS/ESM?
Now you can auto configuration for new JS project with CJS/ESM compatible exports with one command 😮
Enter your project with grouping entry files in the src/
folder, each entry file will be turned into an export in package.json.
- src/
| - index.ts
| - core.ts
🥳 Then just run prepare command, all done!
bunchee --prepare
Feature
🧠 Auto configure CJS/ESM exports command
💅 Prettier output
Changelog
- prettier the log format by @huozhi in #360
- refactor: group build context by @huozhi in #361
- feat: auto config exports by @huozhi in #362
- Support output different export based on ts or js by @huozhi in #363
- Fix output and types path by @huozhi in #365
- prepare node10 main resolution and tsconfig by @huozhi in #366
- Fix ts resolving of prepare by @huozhi in #367
- docs: prepare by @huozhi in #368
Full Changelog: v4.2.11...v4.3.0