bundle png and font assets with webpack instead of hardcoded URL paths
Created by: sqs
- The SourceSansPro font and the site admin license key "sprinkles" background are now bundled via Webpack's
asset/resource
support instead of having hardcoded URL paths. This makes the linkage explicit and is a good practice. - The ProductCertificate component was made to use a CSS module (which makes a relative
url(...)
import easier).