I am trying to setup a polyrepo workflow where I could work on a project and its dependency at the same time. I want to be able to make a change in the dependency and have webpack dev server immediately apply and bundle this change to my "parent" repo.
So far the closest I've got to this worflow is by symlinking repo child to repo parent, and every time I make a change I compile with typescript, then compile with webpack in the parent repo, so I'm not quite there yet.
Should my setup consist in having two webpack servers running against each other What possible way would you make something like this possible?
question from:
https://stackoverflow.com/questions/65643413/webpack-dev-server-on-two-repos-simulatenously 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…