Skip to content
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

Fix native ES6 import #5708

Merged
merged 3 commits into from
Jun 3, 2021
Merged

Fix native ES6 import #5708

merged 3 commits into from
Jun 3, 2021

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Jun 3, 2021

Fixes #3518.

@plotly/plotly_js

@archmoj archmoj added bug something broken status: reviewable labels Jun 3, 2021
package.json Outdated
@@ -65,7 +65,7 @@
]
},
"dependencies": {
"@plotly/d3": "^3.5.18",
"@plotly/d3": "git://github.com/plotly/d3.git#419ed2a023b01d4fd85100b975e0ddba8cb1613f",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@archmoj archmoj added this to the NEXT milestone Jun 3, 2021
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 once updated with a published version.

@archmoj archmoj merged commit 43a7c34 into master Jun 3, 2021
@archmoj archmoj deleted the fix3518-es6-import branch June 3, 2021 21:14
@archmoj archmoj changed the title Fix ES6 import Fix native ES6 import Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native ES6 modules vs. the bundle
2 participants