How do I in Webpack to ignore the content with images inside the URL, eg
background-image: url("../img/marker.png");
I have an SASS file with this content:
// Fonts
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,700");...
asked by
20.03.2018 / 19:13