-
-
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
Integrate /extensions into webpack #6732
Comments
How to handle the subfolders of ckeditor_plugins (NOT needed for Yash): classifiers (needed for Yash): dependencies (needed for Yash): interactions (needed for Yash): Create file that contain objects (needed for Yash): value_generators (needed for Yash): |
* migrate RTCs to webpack * add overview * modify tests webpack config * add requires to RTCs * remove html script-import file * modify webpack configs * remove file from CODEOWNERS * Change test_html_contains_all_imports so that it looks in the ts file * improve the backend test
* migrate value_generators to webpack * fix backend tests
* migrate visualizations to webpack * fix linting * fix linting * fix linting * test coverage * fix tests
* Add extensions folder to webpack config * Convert extension objects dependencies to webpack * Change extension objects import method for exploration editor * Employ webpack for extension objects for exploration player * Employ webpack for extension objects for practice sessions * Employ webpack for extension objects for skill editor * Employ webpack for extension objects for story editor * Employ webpack for extension objects for topic editor * Fix lint errors * Add extensions to karma config * Convert individual imports to single large import * Convert individual imports to single large for for players * Replace missing import for exploration editor
…6939) * rist few files * batch of work * Added requires in other interactions * Fix lint * Added to interation requires * finish interactions * tests * tests * tests * fix tests and errors * fix backend test * fix according to comments * fixes
@Jamesjay4199 how is this going? |
We now use webpack for files in
core/templates/dev/head
.We should extend this usage to the
/extensions
folder.TODO:
PR CREATED:
The text was updated successfully, but these errors were encountered: