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
Updated by Clark ANDRIANASOLO 1 day ago
- Related to Architecture #27103: Update front-end dependencies added
Updated by Clark ANDRIANASOLO 1 day ago
- Status changed from New to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/6466
Updated by Clark ANDRIANASOLO 1 day ago
- Related to Bug #27114: Many diffs no longer display in event logs added
Actions