My webpack config specifies that fonts should be loaded using url-loader, and when I try to view the page using Chrome I get the following error:
url-loader
As asnwered here by @mcortesi if you remove the sourceMaps from the css loader query the css will be built without use of blob and the data urls will be parsed fine