mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -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: {
|
||||
// don't precache fonts, locales and separate chunks
|
||||
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB
|
||||
globIgnores: [
|
||||
"fonts.css",
|
||||
"**/locales/**",
|
||||
|
|
Loading…
Add table
Reference in a new issue