Issue introduced by git #tuleap/stable/a097e14c23b53658ace8c6993618b257025c7002
Some webpack aliases were removed too zealously. TestManagement still imports the Tracker artifact modal, which leads to importing AngularJS being loaded twice and showing the following warning:
testmanagement-5a6ff941bce7ba1d35de.js:195 WARNING: Tried to load AngularJS more than once.
Until the Artifact modal is refactored as an "internal npm module" with a peerDependency on AngularJS, the "angular" and "angular-sanitize" aliases cannot be removed.