When running Webpack in development, it generates the correct bundle.js and style.css with source maps, but all the assets referenced in the SCSS files are copied to my Webpack output folder, along with a hash before them, like so: Is there a way to disable the hashing & copying of assets for local development? I understand this for production but