AJ
AJ
@JuanmaMenendez Are you asking functionality similar to `nodemon` ? Like you need webpack-dev-server just to watch and bundle the js files? Or do you have any other expectations?
@jakoblind **yes**, we should give `webpack-dev-server` script if user don't select any of the given framework. Because in given use case, user don't need react. We don't show `React Hot...
I don't think so, let me know if I am wrong. We need extra code only in case of react to utilise react-hot-loader's HMR feature instead of refreshing the entire...
Yeah, we should do it. You may assign this to me.