Webpack: fix some warnings from OfflinePlugin

merge-requests/738/head
Alex Gleason 3 years ago
parent ec474ba4c2
commit 1c39e1b086
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -33,10 +33,7 @@ module.exports = merge(sharedConfig, {
'**/*.woff2', // the user may have system-fonts enabled
// images can be cached on-demand
'**/*.png',
'**/*.jpg',
'**/*.jpeg',
'**/*.svg',
'**/*.mp3',
],
},
externals: [
@ -77,6 +74,7 @@ module.exports = merge(sharedConfig, {
// cacheName: 'soapbox',
// minify: true,
// },
safeToUseOptionalCaches: true,
}),
],
});

Loading…
Cancel
Save