You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browserify generated UMD files are broken by appendVersion in your bundle task. For CommonJS loading systems Plotly in the last line of plotly.js and plotly.min.js (Plotly.version='1.0.0';) is undefined.
P.S. Great work! Thanks for making this open source.