Skip to content

Commit 39a5f5e

Browse files
Enable React Compiler (#43)
* Enable React Compiler * Regenerate web types for typed-geojson 0.1.2
1 parent 679efe6 commit 39a5f5e

4 files changed

Lines changed: 280 additions & 78 deletions

File tree

web/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@
3333
"tw-animate-css": "^1.4.0"
3434
},
3535
"devDependencies": {
36+
"@babel/core": "^8.0.1",
3637
"@biomejs/biome": "^2.5.2",
38+
"@rolldown/plugin-babel": "^0.2.3",
3739
"@tailwindcss/vite": "^4.3.2",
40+
"@types/babel__core": "^7.20.5",
3841
"@types/geojson": "^7946.0.16",
3942
"@types/react": "^19.2.17",
4043
"@types/react-dom": "^19.2.3",
4144
"@vitejs/plugin-react": "^6.0.3",
45+
"babel-plugin-react-compiler": "^1.0.0",
4246
"tailwindcss": "^4.3.2",
4347
"typescript": "~6.0.3",
4448
"vite": "^8.1.3"

0 commit comments

Comments
 (0)