Closed
Description
Bug report
Multicompiler build with dependencies fails with webpack serve
and success with common webpack
build
What is the current behavior?
build with webpack serve
fails without building dependency compiler first.
If the current behavior is a bug, please provide the steps to reproduce.
https://github.com/vankop/webpack-serve-bug
- run
npm run build
. it should successfully build - remove
src2/build1.js
- run
npm run serve
. it should fail
What is the expected behavior?
build succeeded
Other relevant information:
webpack version: latest
Node.js version:
Operating System:
Additional tools: