lifenautjoe / webpack-starter-basic

A simple webpack starter project for your basic modern web development needs.
https://lifenautjoe.github.io/webpack-starter-basic/
579 stars 132 forks source link

favicons-webpack-plugin -> webapp-webpack-plugin #29

Open rtxanson opened 5 years ago

rtxanson commented 5 years ago

I was trying this out and noticed that the favicons-webpack-plugin is not really maintained anymore, because I had wanted to fix some vulnerabilities in the npm audit results. Looking through the issues on that project I discovered that there's a drop-in replacement and wanted to share here. That project is here: https://github.com/brunocodutra/webapp-webpack-plugin, seems to be fine so far!

lifenautjoe commented 4 years ago

Thanks Ryan, were you able to run it successfully?