mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
[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:
parent
a50252d24b
commit
58813871f4
@ -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`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user