This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Description
Please see this thread webpack/style-loader#96
The gist of the issue is that when source maps are enabled its not possible to do
background: url('/my/img.jpg')
as URLs are relative to dev server. When I turn off source maps it works as people have also experienced.
At the end of the thread is a potential suggestion but it requires no publicPath to be set. I bring this to your attention in case it's an obvious fix for you.