Was webpack-dev-server removed for some reason fro...
# javascript
l
Was webpack-dev-server removed for some reason from 2.0 RC1? I’m getting:
Copy code
[webpack-cli] You need to install 'webpack-dev-server' for running 'webpack serve'.
Error: Cannot find module 'webpack-dev-server'
Require stack:
I have
kotlin.js.yarn=false
set if that matters
a
@Ilya Goncharov [JB] ^^
i
I checked, it is still included in Gradle plugin. And it works in simple JS project. Do you have
webpack-dev-server
in
build/js/packages/<package-name>/package.json
and in your
package-lock.json
?
Maybe you have reproducer project? In this case I can debug it in details
l
For some reason I can’t reproduce it anymore. Idk maybe restarting my computer or something auto-magically fixed it. I’ll let you know if I encounter it again.
👍 1
🙏 1