Scenario:
- A loader emits the source of an asset (i.e. svg)
- The sass-loader takes the source of the .svg and prefix the souce with a relative path
background-image: url(..//%3Csvg%3E%3C/svg%3E);
$ npm install
$ npm run build
Scenario:
background-image: url(..//%3Csvg%3E%3C/svg%3E);
$ npm install
$ npm run build