I am trying to use webpack-serve(not dev-server) and I am a bit confused on how to actually run it.
I installed it, I have npm, webpack 4 and using VS Code with command line.
It seems to me I should just put "webpack-serve" and it should run but I just get
'webpack-serve' is not recognized as an internal or external command,
operable program or batch file.
Do I need to set some pathing or something along those lines?
Edit
I got it to "Build" by installing it globally.
I am now trying to get webpack-serve to function exactly like what I had when I was using webpack-serve but right now it is not(it does not open the browser, not sure how switch between dev mode and production mode and not sure how to get routing to work)
I have made an example here: https://github.com/chobo2/webpack-serve-example