Skip to content

Commit 5881387

Browse files
authored
[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
1 parent a50252d commit 5881387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Unless overridden via the command line, microbundle uses the `source` property i
134134
}
135135
```
136136

137-
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.
137+
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.
138138

139139
### `microbundle watch`
140140

0 commit comments

Comments
 (0)