Skip to content

Commit 94bd8ed

Browse files
authored
Add link to inlining guide
1 parent 967f8d5 commit 94bd8ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ The `"exports"` field can also be an object for packages with multiple entry mod
137137

138138
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.
139139

140+
> ℹ️ Microbundle automatically determines which dependencies to inline into bundles based on your `package.json`.
141+
>
142+
> 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.
143+
140144
### `microbundle` / `microbundle build`
141145

142146
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:

0 commit comments

Comments
 (0)