Skip to content

Commit 990e136

Browse files
chore: exclude openchemlib from precache to avoid size limit
1 parent 5dd52c5 commit 990e136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const pwaSettings: Partial<Options> = {
1212
"**/icon-*",
1313
],
1414
workbox: {
15-
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024
15+
globIgnores: ['**/openchemlib-*.js'],
1616
},
1717
manifest: {
1818
theme_color: "#ea580c",

0 commit comments

Comments
 (0)