fix @node-rs/jieba and window not found (#1313)
* dynamic import * perf: entry * fix: jieba package
Showing
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| "@emotion/react": "^11.11.1", | "@emotion/react": "^11.11.1", | ||
| "@emotion/styled": "^11.11.0", | "@emotion/styled": "^11.11.0", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| "@fingerprintjs/fingerprintjs": "^4.2.1", | "@fingerprintjs/fingerprintjs": "^4.3.0", | ||
| "@lexical/react": "0.12.6", | "@lexical/react": "0.12.6", | ||
| "@lexical/selection": "^0.14.5", | "@lexical/selection": "^0.14.5", | ||
| "@lexical/text": "0.12.6", | "@lexical/text": "0.12.6", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
| "@fortaine/fetch-event-source": "^3.0.6", | "@fortaine/fetch-event-source": "^3.0.6", | ||
| "@tanstack/react-query": "^4.24.10", | "@tanstack/react-query": "^4.24.10", | ||
| "@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
| "ahooks": "^3.7.11", | |||
| "axios": "^1.5.1", | "axios": "^1.5.1", | ||
| "date-fns": "2.30.0", | "date-fns": "2.30.0", | ||
| "dayjs": "^1.11.7", | "dayjs": "^1.11.7", | ||
| ... | @@ -57,7 +58,9 @@ | ... | @@ -57,7 +58,9 @@ |
| "remark-math": "^5.1.1", | "remark-math": "^5.1.1", | ||
| "request-ip": "^3.3.0", | "request-ip": "^3.3.0", | ||
| "sass": "^1.58.3", | "sass": "^1.58.3", | ||
| "zustand": "^4.3.5" | "zustand": "^4.3.5", | ||
| "nextjs-node-loader": "^1.1.5", | |||
| "@node-rs/jieba": "1.10.0" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
| ... | ... |
projects/app/src/web/context/ChakraUI.tsx
0 → 100644
projects/app/src/web/context/QueryClient.tsx
0 → 100644
projects/app/src/web/context/useInitApp.ts
0 → 100644
Please
register
or
sign in
to comment