mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move components and css folder in src
This commit is contained in:
parent
c9c6c47081
commit
e75a7b45d6
288 changed files with 473 additions and 469 deletions
|
@ -140,7 +140,7 @@ export default defineConfig(({ mode }) => {
|
|||
},
|
||||
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 3000000,
|
||||
maximumFileSizeToCacheInBytes: 3 * 1000 * 1000,
|
||||
// don't precache fonts, locales and separate chunks
|
||||
globIgnores: [
|
||||
"fonts.css",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue