gabiseabra / google-fonts-webpack-plugin

131 stars 44 forks source link

Use html-webpack-plugin's assets public path #4

Closed chapa closed 7 years ago

chapa commented 7 years ago

Hi,

I think this plugin should use the assets.publicPath option from html-webpack-plugin when adding the local css asset.

This is useful to allow loading of non-root webroot paths : https://stackoverflow.com/a/34628034.