M. Dunnewind
Results
2
issues of
M. Dunnewind
Using something like this configuration below makes the build crash. ``` new WebAppWebpackPlugin({ logo: 'image.png', favicons: { appName: 'Application!', }, }); ``` Part of the error: ``` Error: Can't resolve...
bug
The favicons library seems to support an input array of sources. As far as I have read this is pretty useful for generating different icons for different sizes. E.g. to...
feature