I have a circular dependency in my require.js modules. There were a total of five dependency in the circuit. This causes an infinite loop in tasks/register._addDepsToTree. The effect was that mimosa would hang during watch or build. I think I can provide example code if you need it to reproduce the problem.
I have a circular dependency in my require.js modules. There were a total of five dependency in the circuit. This causes an infinite loop in tasks/register._addDepsToTree. The effect was that mimosa would hang during watch or build. I think I can provide example code if you need it to reproduce the problem.