mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move context folder in src
This commit is contained in:
parent
811023fd59
commit
6315848013
28 changed files with 33 additions and 32 deletions
|
@ -12,7 +12,7 @@ import {
|
|||
shareIOS,
|
||||
shareWindows,
|
||||
} from "@excalidraw/excalidraw/components/icons";
|
||||
import { useUIAppState } from "@excalidraw/excalidraw/context/ui-appState";
|
||||
import { useUIAppState } from "@excalidraw/excalidraw/src/context/ui-appState";
|
||||
import { useCopyStatus } from "@excalidraw/excalidraw/src/hooks/useCopiedIndicator";
|
||||
import { useI18n } from "@excalidraw/excalidraw/i18n";
|
||||
import { KEYS, getFrame } from "@excalidraw/common";
|
||||
|
|
|
@ -140,6 +140,7 @@ export default defineConfig(({ mode }) => {
|
|||
},
|
||||
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 3000000,
|
||||
// don't precache fonts, locales and separate chunks
|
||||
globIgnores: [
|
||||
"fonts.css",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue