Webpack: stop css-loader from replacing svg urls with hashed svgs
I realized that my project at some point stopped showing svgs which I link from my scss files. I have lines like: background-image: url('./assets/icons/check-icon.svg'); Webpack, I suspect it's the css-loader as I commented all other css-loaders out, now creates hashed…