6 Commits

Author SHA1 Message Date
meirzamoodle 1347d848a0 MDL-87987 core: Bundle react-dom profiling build, pin esm.sh to stable/
Add react-dom/client.development.js by fetching the profiling bundle from
esm.sh and outputting it under a different filename via outputFileName.
Switch all esm.sh URLs from the unversioned path to stable/ to get
reproducible, immutable URLs. Replace .replace() with .replaceAll() to
handle multiple occurrences in the rewritten import paths.
2026-03-16 12:50:43 +08:00
Andrew Nicols 780f9fff56 MDL-87909 core: Include @moodlehq/design-system js
This commit also includes the @types/react, and teaches typescript how
to consume the design system definition files.
2026-03-13 14:34:57 +08:00
Andrew Nicols 8b4df6920f Merge branch 'MDL-87730-main' of https://github.com/HuongNV13/moodle 2026-03-12 10:44:10 +08:00
Huong Nguyen 8eace52334 MDL-87730 library: Integrate Moodle Design System tokens
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2026-03-11 14:19:22 +07:00
Andrew Nicols 21f4760b33 MDL-87765 core: Fix react import 2026-03-11 12:55:34 +08:00
Andrew Nicols 0d2489f2ae MDL-87908 core: Add react and react-dom libraries 2026-03-09 14:08:19 +08:00