Open StasKolodyuk opened 7 years ago
The same situation
Same issue when using with optimize-css-assets-webpack-plugin
Hi, sorry for the taking so long to respond to this.
This plugin emits the file directly to the filename
path, rather than passing the output through webpack. You need to specify the filename
prop in the plugin's configuration.
Filename is specified, not an issue...
Can you show your webpack configuration?
Hi!
I've tried to use this plugin with the following configuration:
However, this generates an empty
font.css
file. My environment is Windows 7, Webpack 2.6.1, google-fonts-webpack-plugin 0.4.1Thanks