Skip to content

Commit

Permalink
docs: update readme for manual externals
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jun 25, 2022
1 parent 1e2a6a8 commit ab82fe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# bunchee
> zero config bundler for JavaScript/TypeScript/JSX library
![bunchee](https://user-images.githubusercontent.com/4800338/98430015-7ce64f00-20e5-11eb-8c64-41addfbd4ede.png)
![bunchee](https://user-images.githubusercontent.com/4800338/98430015-7ce64f00-20e5-11eb-8c64-41addfbd4ede.png)

<p align="left">
<a href="https://npm.im/bunchee">
<img src="https://badgen.net/npm/v/bunchee">
</a>

<a href="https://github.com/huozhi/bunchee/actions?workflow=CI">
<img src="https://github.com/huozhi/bunchee/workflows/CI/badge.svg">
</a>
Expand Down Expand Up @@ -72,6 +72,7 @@ Options:
-m, --minify compress output. false by default
-o, --output <file> specify output filename
-f, --format <format> specify bundle type: "esm", "cjs", "umd". "esm" by default
-e, --external <mod> specify an external dependency
-h, --help output usage information
--target <target> build environment, use "node" for nodejs runtime
--no-sourcemap disable sourcemap generation, sourcemap generation is enabled by default
Expand Down

0 comments on commit ab82fe2

Please sign in to comment.