webpack css-loader not finding images within url() reference in an external stylesheet
I'm new to the whole Node/NPM/Webpack world, so apologies if this is obvious. I'm attempting to build a simple front-end project bundled with Webpack. I've got node installed, and have a package.json file configured. If I run "npm start" in my root directory, I get no errors from the console, and I'm able to go to "localhost:3000" in a browser and see my "hello, world" output. My next task is to include a stylesheet, which contains a reference to an image, like this: .myimg {background: url(path/to/file.jpg);} With things set up like this, I can view the image via the webpack-dev-server (by