mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
Add link to inlining guide
This commit is contained in:
parent
967f8d5327
commit
94bd8ed904
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user