I\'m fairly new to webpack but having some problems with css-loader or file-loader.
I\'m trying to load a background-image but it doesn\'t work quite right. The bac
You can also try using the ~ in front of your files so that the webpack falls back to the loaders require to resolve the url.
~
require
background-url: (~assets/image/myimagefile);