Actions
Architecture #27124
openUse ESM modules in rudder-web
Status:
Pending technical review
Priority:
N/A
Assignee:
Category:
Web - Maintenance
Target version:
Fix check:
To do
Regression:
No
Description
With some front-end dependencies (see #27103) we now have ESM modules coming in step by step to change the way we use javascript in the browser, and we need support to use such modules.
In practice, we need ways to define <script type="module"> import ... from '/rudder/cache-x.x/javascript/lib' </script>
, which are not baked into Liftweb so we need several utils and ways to import known JS resources
Actions