mirror of
https://github.com/generativefm/generative.fm.git
synced 2026-01-08 22:38:01 -05:00
Remove erroneous manifest.json from external cached files
This commit is contained in:
@@ -9,11 +9,7 @@ const getConfig = configPromise.then(config => {
|
||||
config.plugins.push(
|
||||
new OfflinePlugin({
|
||||
appShell: '/',
|
||||
externals: [
|
||||
'favicon.ico',
|
||||
'manifest.json',
|
||||
'https://platform.twitter.com/widgets.js',
|
||||
],
|
||||
externals: ['favicon.ico', 'https://platform.twitter.com/widgets.js'],
|
||||
autoUpdate: true,
|
||||
ServiceWorker: {
|
||||
events: true,
|
||||
|
||||
Reference in New Issue
Block a user