mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix docker composer up
This commit is contained in:
parent
a9e2d2348b
commit
7059e4df3b
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ export default defineConfig(({ mode }) => {
|
||||||
|
|
||||||
workbox: {
|
workbox: {
|
||||||
// don't precache fonts, locales and separate chunks
|
// don't precache fonts, locales and separate chunks
|
||||||
|
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB
|
||||||
globIgnores: [
|
globIgnores: [
|
||||||
"fonts.css",
|
"fonts.css",
|
||||||
"**/locales/**",
|
"**/locales/**",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue