Skip to content

Commit

Permalink
chore: 升级官网主题 (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue authored Jul 4, 2024
1 parent 10a2e67 commit 21754f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"site:build": "dumi build",
"site:clean": "",
"site:deploy": "npm run site:build && gh-pages -d dist",
"site:develop": "dumi dev",
"site:develop": "NODE_OPTIONS=--max_old_space_size=8192 dumi dev",
"site:preview": "umi preview",
"site:start": "npm run site:develop"
},
"dependencies": {
"@antv/dumi-theme-antv": "^0.4.3",
"@antv/dumi-theme-antv": "~0.5.0",
"@antv/f-react": "~0.0.7",
"@antv/f-test-utils": "1.0.3",
"@antv/f2": "^5.0.4",
Expand Down
4 changes: 3 additions & 1 deletion site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment"
"jsxFragmentFactory": "React.Fragment",
"esModuleInterop": true,
"resolveJsonModule": true
}
}

0 comments on commit 21754f6

Please sign in to comment.