Remove favicons-webpack-plugin (#811)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 4 Sep 2022 13:53:02 +0000 (19:23 +0530)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 13:53:02 +0000 (19:23 +0530)
commite6661d3b0d355ae1ff35879b1fc22fc3b6dffae9
tree869162598a62d113ea031a2a83850b00ce1f26b1
parent678e0dc6accae03399e89d35d81cb193ca3f772a
Remove favicons-webpack-plugin (#811)

* Remove favicons-webpack-plugin

* Copy android/* icons to dist

* Add favicon ico
26 files changed:
package-lock.json
package.json
public/favicon.ico [new file with mode: 0644]
public/index.html
public/manifest.json [new file with mode: 0644]
public/res/android/android-chrome-144x144.png [new file with mode: 0644]
public/res/android/android-chrome-192x192.png [new file with mode: 0644]
public/res/android/android-chrome-256x256.png [new file with mode: 0644]
public/res/android/android-chrome-36x36.png [new file with mode: 0644]
public/res/android/android-chrome-384x384.png [new file with mode: 0644]
public/res/android/android-chrome-48x48.png [new file with mode: 0644]
public/res/android/android-chrome-512x512.png [new file with mode: 0644]
public/res/android/android-chrome-72x72.png [new file with mode: 0644]
public/res/android/android-chrome-96x96.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-114x114.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-120x120.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-144x144.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-152x152.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-167x167.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-180x180.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-57x57.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-60x60.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-72x72.png [new file with mode: 0644]
public/res/apple/apple-touch-icon-76x76.png [new file with mode: 0644]
src/util/common.js
webpack.common.js