I have moduleA which dynamically imports moduleB. When I am running watch mode and make a change in moduleB, the chunk reference in moduleA is not updated. How can this be solved?
At the moment the only solution is to rebuild the whole project or make a change in moduleA after a change in moduleB so it regenerates moduleA.