Add colors.json
This commit is contained in:
7181
src/colors.json
Normal file
7181
src/colors.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,11 +10,10 @@ const vitePWAconfiguration = {
|
|||||||
|
|
||||||
workbox: {
|
workbox: {
|
||||||
sourcemap: false,
|
sourcemap: false,
|
||||||
cleanupOutdatedCaches: true,
|
cleanupOutdatedCaches: false,
|
||||||
globPatterns: [
|
globPatterns: [
|
||||||
"**/*.{js,js.gz,css,html,gif,png,json,woff,woff2,json,ogg,wav,mp3,ico,png,svg}",
|
"**/*.{js,js.gz,css,html,gif,png,json,woff,woff2,json,ogg,wav,mp3,ico,png,svg}",
|
||||||
],
|
],
|
||||||
// Thanks Froos :)
|
|
||||||
runtimeCaching: [
|
runtimeCaching: [
|
||||||
{
|
{
|
||||||
urlPattern: ({ url }) =>
|
urlPattern: ({ url }) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user