Skip to content

Commit 6b37530

Browse files
committed
chore: fix typo
1 parent 08873d8 commit 6b37530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This is useful for bundlers which understand ES modules and can tree-shake. The
134134
Example:
135135

136136
```json
137-
["commonjs", { "babelrc": true, "copyFlow": true }]
137+
["module", { "babelrc": true, "copyFlow": true }]
138138
```
139139

140140
#### `typescript`

0 commit comments

Comments
 (0)