fix(client): remove service workers

This commit is contained in:
Mrugesh Mohapatra
2019-08-14 04:05:44 +05:30
parent 043b1fd283
commit ae80f96ec3
4 changed files with 77 additions and 78 deletions

View File

@ -128,6 +128,8 @@ module.exports = {
fonts: ['Lato:400,400i,500']
}
},
'gatsby-plugin-sitemap'
'gatsby-plugin-sitemap',
'gatsby-plugin-remove-fingerprints',
'gatsby-plugin-remove-serviceworker'
]
};