mirror of
https://github.com/developit/microbundle.git
synced 2026-01-25 14:06:50 +00:00
Fix typo in readme (#957)
This commit is contained in:
parent
6c59174aad
commit
d16a322db7
@ -179,7 +179,7 @@ When deciding which bundle to use, Node.js 12+ and webpack 5+ will prefer the `e
|
||||
For more information about the meaning of the different properties, refer to the [Node.js documentation](https://nodejs.org/api/packages.html#packages_package_entry_points).
|
||||
|
||||
For UMD builds, microbundle will use a camelCase version of the `name` field in your `package.json` as export name.
|
||||
Alternatively, this can be explicitly by adding an `"amdName"` key in your `package.json`, or passing the `--name` command line argument.
|
||||
Alternatively, this can be explicitly set by adding an `"amdName"` key in your `package.json`, or passing the `--name` command line argument.
|
||||
|
||||
### Usage with `{"type":"module"}` in `package.json`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user