Skip to content

Commit

Permalink
Add link to inlining guide
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Dec 18, 2020
1 parent 967f8d5 commit 94bd8ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ The `"exports"` field can also be an object for packages with multiple entry mod

Microbundle includes two commands - `build` (the default) and `watch`. Neither require any options, but you can tailor things to suit your needs a bit if you like.

> ℹ️ Microbundle automatically determines which dependencies to inline into bundles based on your `package.json`.
>
> Read more about [How Microbundle decides which dependencies to bundle](https://github.com/developit/microbundle/wiki/How-Microbundle-decides-which-dependencies-to-bundle), including some example configurations.
### `microbundle` / `microbundle build`

Unless overridden via the command line, microbundle uses the `source` property in your `package.json` to locate the input file, and the `main` property for the output:
Expand Down

0 comments on commit 94bd8ed

Please sign in to comment.