I'm getting a strange error with webpack 3.8.1 when I build:
ERROR in multi ./src ./build/
Module not found: Error: Can't resolve '/Users/me/files/project/build/' in '/Users/me/files/project'
@ multi ./src ./build/
And if I upgrade to webpack 3.11.0:
ERROR in Entry module not found: Error: Can't resolve '/Users/me/files/project/build/' in '/Users/me/files/project'
My project seems to be getting built, but it keeps logging this error. Everything works fine with the devserver. None of the solutions in https://github.com/webpack/webpack/issues/981 or Webpack Error - Cannot Resolve File or Directory are helping.