-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The way we manage dependencies might cause race conditions while building the webapps.
AT:
- a solution can be to use a npm-shrink-wrap.json file.
- another solution could be to use a require-js processing step to make your dependencies path absolut
However the current situation leads to failing webapp tests on the CI server sometimes.