Skip to content

Commit f437fd7

Browse files
use precompiled plotly (#56)
1 parent 53df41a commit f437fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-plotly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import plotComponentFactory from './factory';
2-
import Plotly from 'plotly.js';
2+
import Plotly from 'plotly.js/dist/plotly';
33

44
const PlotComponent = plotComponentFactory(Plotly);
55

0 commit comments

Comments
 (0)