-
-
Notifications
You must be signed in to change notification settings - Fork 544
[plotly.js] add docs about non-browserify workflows in getting-started page #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mdtusz We should also document this plotly/plotly.js#39 in the getting started When using the un-minified |
Will do. We can also add a |
@mdtusz +1 for the webpack field. |
Should all work now for webpack users. It's not a beautiful unicorn fix, but it works and will let them get plotting. |
@mdtusz, this one in the bag then? |
ah saw the note about holding till the next release! disregard :) |
@mdtusz @chriddyp @jackparmer @bpostlethwaite @cldougl
Quite a bit of folks have been complaining about plotly.js 's npm-browserify-centric view of the world:
plotly/plotly.js#13
plotly/plotly.js#22
I would be nice to make the plotly.js getting started page (page | source) show how plotly.js works with workflows.
Moreover, we should write a section about how to plotly.js users can build their own bundle e.g. a bundle with d3 removed using
browserify -x
.The text was updated successfully, but these errors were encountered: