Skip to content

Commit

Permalink
feat: add SSR support to resolve #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jan 26, 2024
1 parent 63afb11 commit ef1afc5
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 536 deletions.
1 change: 0 additions & 1 deletion .fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default defineConfig({
externals: {
react: "var window.React",
antd: "var window.antd",
"@tenx-ui/materials": "var window.TenxUiMaterials",
},
},
esm: { input: "src" },
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@
"swr": "^2.2.4"
},
"dependencies": {
"@tenx-ui/materials": "^1.5.12",
"graphql": "^16.8.1",
"graphql-request": "^5.2.0",
"graphql-tag": "^2.12.6",
"query-string": "^8.1.0"
},
"peerDependencies": {
"@tenx-ui/materials": ">=1.5.8",
"antd": ">=5.4.0",
"react": ">=16.9.0",
"swr": ">=2.0.0"
Expand Down
Loading

0 comments on commit ef1afc5

Please sign in to comment.