-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Redirect plotly.js imports to dist builds #5221
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
Conversation
Potential impacts:
- may need some adjustments to keep development process smooth
test_dashboard
updates & works just fine. So there might be no problem there.
With this there is now only one test failing on streambed:
https://app.circleci.com/pipelines/github/plotly/streambed/4860/workflows/1a742eea-581a-4e11-9af3-1d569bbf0dae/jobs/59005/parallel-runs/5?filterBy=FAILED
Plus, it might be best to have this change in a minor
release.
Therefore in order to fix this in a patch
release, I will open a new PR to downgrade color* modules just for now.
Don't we already have dist
bundles specifically for this?
Don't we already have
dist
bundles specifically for this?
We do have. But major changes required in other packages in order to point to it e.g. plotly/react-plotly.js#205
Follow up of #5189 and as suggested by @dy in #5182 (comment).
Changes required to be able to bump & import
plotly.js
inchart-studio
.Otherwise we have to downgrade
color*
modules to versions used before #5172.Potential impacts:
@dmt0
@plotly/plotly_js