mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: allow build size gt>2mb
This commit is contained in:
parent
7c58477382
commit
fd74e46434
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ export default defineConfig(({ mode }) => {
|
|||
},
|
||||
|
||||
workbox: {
|
||||
// allow size build +2MB (default)
|
||||
maximumFileSizeToCacheInBytes: 5000000,
|
||||
// don't precache fonts, locales and separate chunks
|
||||
globIgnores: [
|
||||
"fonts.css",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue