Skip to content

Commit d070694

Browse files
committed
Add note onchanging version
1 parent ef8e2d1 commit d070694

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CUSTOM_BUNDLE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ cd plotly.js
1212
npm i
1313
```
1414

15+
Note: You can always switch to a new version with:
16+
```sh
17+
git fetch
18+
git checkout <version>
19+
```
20+
1521
By default all traces and transforms are included in the bundle if you simply run:
1622
```sh
1723
npm run custom-bundle

0 commit comments

Comments
 (0)