Skip to content

Commit 0fdd22d

Browse files
committed
add a note regarding unminified dist packages
1 parent d5d6a75 commit 0fdd22d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ import Plotly from 'plotly.js-dist-min'
4545
var Plotly = require('plotly.js-dist-min')
4646
```
4747

48+
You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plotly.js-dist) if you prefer using an unminified package.
49+
4850
---
4951
## Load via script tag
5052

0 commit comments

Comments
 (0)