Load fonts Instruct your webpack how to load font with :
More info about loading fonts options on SurviveJs project.
Resolve URLs
If you use SASS, you must face a problem of resolving URLs. Let's say your Webpack configuration for processing SASS files is like the following.
Everything looks normal but you still get the following error for every single SASS file.
In this case, you need to add because SASS itself does not do url rewriting.
For more information, you can check Problems with url(...) in Webpack official documentation.
SVG, I caught you…