-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 part of #6732: Migrate visualizations to webpack #6885
Fix part of #6732: Migrate visualizations to webpack #6885
Conversation
@kevinlee12 Can you QA this for me? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR seems generally reasonable to me! Just had one question.
tsconfig.json
Outdated
"extensions/classifiers", | ||
"extensions/interactions", | ||
"extensions/objects", | ||
"rich_text_components", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks odd. Should it be extensions/rich_text_components?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will fix this after I merge with the RTCs PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm on functionality!
Hi @vojtechjelinek. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
…-extensions-visualizations
Codecov Report
@@ Coverage Diff @@
## develop #6885 +/- ##
===========================================
- Coverage 95.07% 95.06% -0.02%
===========================================
Files 371 371
Lines 50299 50239 -60
===========================================
- Hits 47822 47758 -64
- Misses 2477 2481 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #6885 +/- ##
===========================================
- Coverage 95.19% 95.18% -0.01%
===========================================
Files 371 371
Lines 50419 50403 -16
===========================================
- Hits 47995 47978 -17
- Misses 2424 2425 +1
Continue to review full report at Codecov.
|
Hi @vojtechjelinek. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically LGTM. @vojtechjelinek please address the merge conflicts and let me know once you would like this to be merged. Thanks!
…-extensions-visualizations
@seanlip Ready to merge. |
…-extensions-visualizations
Explanation
Fixes part of #6732: Use webpack for importing visualizations used in exploration editor.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.