I am trying to setup a Webpack configuration for a website I want to build. I want to compile SASS to CSS and place it into the dist folder. When I run npm run build>
npm run build>
You can look to the generated URLs by webpack-dev-server into this URL.
http://localhost:8080/webpack-dev-server (change host and port as needed)
webpack-dev-server is not going to write the files into disk, but you can see them there.