[Feature] Add PWA support (#157)

* Add icons, manifest

* Add workbox config
This commit is contained in:
Pranav Raj S
2019-10-18 12:37:09 +05:30
committed by GitHub
parent 701722983b
commit af20e61604
33 changed files with 222 additions and 1 deletions

5
workbox-config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
globDirectory: 'public/',
globPatterns: ['**/*.{png,ico}'],
swDest: 'public/sw.js',
};