Skip to content

Commit

Permalink
Remove react-compiler-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 7, 2025
1 parent e83a688 commit 074a1b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"node-fetch": "^3.3.1",
"prop-types": "^15.7.2",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.0",
"spinners-react": "^1.0.10",
Expand Down
4 changes: 1 addition & 3 deletions client/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ export default defineConfig({
patchCssModules(),
react({
babel: {
plugins: [
['react-compiler', { target: '18' }],
],
plugins: ['react-compiler'],
},
}),
],
Expand Down
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 074a1b0

Please sign in to comment.