Skip to content

Commit 56081c0

Browse files
improve out info
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
1 parent be717ef commit 56081c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Use `transforms none` option to exclude all transforms.
9494
npm run partial-bundle -- --transforms none
9595
```
9696

97-
Use `out` option to change default `custom` bundle name.
97+
Use the `out` option to change the bundle filename (default `custom`).
98+
The new bundle will be created in the `dist/` directory and named `plotly-<out>.min.js` or `plotly-<out>.js` if unminified.
9899
```
99100
npm run partial-bundle -- --out myBundleName
100101
```

0 commit comments

Comments
 (0)