[DOC] umd module default name is in camelCase not snake_case (#689)

unless I am mistaken the default export name for the module is in camelCase not snake
This commit is contained in:
Adrien Poly 2020-07-29 17:52:20 +02:00 committed by GitHub
parent a50252d24b
commit 58813871f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ Unless overridden via the command line, microbundle uses the `source` property i
}
```
For UMD builds, microbundle will use a snake_case version of the `name` field in your `package.json` as export name. This can be customized using an `"amdName"` key in your `package.json` or the `--name` command line argument.
For UMD builds, microbundle will use a camelCase version of the `name` field in your `package.json` as export name. This can be customized using an `"amdName"` key in your `package.json` or the `--name` command line argument.
### `microbundle watch`