semver is missing from the webpackDevServer task
jcreamer898 opened this issue · 0 comments
jcreamer898 commented
It's imported here... https://github.com/microsoft/just/blob/master/packages/just-scripts/src/tasks/webpackDevServerTask.ts#L10
But doesn't exist in the dependencies of just-scripts
. https://github.com/microsoft/just/blob/master/packages/just-scripts/package.json#L23
This is causing a breakage when running just-scripts
in one of our packages.
Thanks!