perf(vite): add dynamic imports
This commit is contained in:
parent
78e15f6218
commit
85921a0a08
29 changed files with 470 additions and 326 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"type": "module",
|
||||
"exports": {
|
||||
"./store": "./src/store.tsx",
|
||||
"./state": "./src/state.ts",
|
||||
"./speakingState": "./src/speakingState.ts",
|
||||
"./screen": "./src/screen.tsx",
|
||||
"./utils": "./src/utils.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue