We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be717ef commit 56081c0Copy full SHA for 56081c0
README.md
@@ -94,7 +94,8 @@ Use `transforms none` option to exclude all transforms.
94
npm run partial-bundle -- --transforms none
95
```
96
97
-Use `out` option to change default `custom` bundle name.
+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.
99
100
npm run partial-bundle -- --out myBundleName
101
0 commit comments