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
If you're using Angular you need to check to make sure your
tag comes before your style sheet bundle. I switched my code from this:
to this:
and the problem was fixed. Thanks to this post for opening my eyes.