Anyone using webpack-dev-server?

is anyone out there using webpack-dev-server to show css changes in real-time in the browser?

i’ve got it running, but it doesn’t seem to be proxying the site hosted on my local Vagrant/VM. if i use webpack-dev-server in my package.json scripts, and assign the IP of the working local site as part of the run arguments, i get an error when trying to run webpack-dev-server.

most information out there for webpack-dev-server / webpack cover the use case of having site source in a local directory instead of in a VM.

any tips? your help is appreciated.

This topic was automatically closed after 42 days. New replies are no longer allowed.