Adding PWA icons for proper pwa support

This commit is contained in:
Bastien Wirtz
2020-05-30 17:17:39 -07:00
parent 1875c17aa5
commit 2301d8919c
20 changed files with 124 additions and 3 deletions

View File

@ -7,4 +7,7 @@ module.exports = {
.loader("raw-loader")
.end();
},
pwa: {
manifestPath: "assets/manifest.json"
}
};