Skip to content

Commit

Permalink
Replace @babel/standalone with sucrase for jsx compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Nov 12, 2023
1 parent 26828a5 commit 5634367
Show file tree
Hide file tree
Showing 7 changed files with 1,817 additions and 1,781 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-swans-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playroom': feat
---

Replace `@babel/standalone` with `sucrase` for JSX compilation
12 changes: 0 additions & 12 deletions @types/babel__standalone.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/standalone": "^7.20.6",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@types/base64-url": "^2.2.0",
"@types/codemirror": "^5.60.5",
Expand Down Expand Up @@ -104,6 +103,7 @@
"react-use": "^17.4.0",
"read-pkg-up": "^7.0.1",
"scope-eval": "^1.0.0",
"sucrase": "^3.34.0",
"typescript": ">=5.0.0",
"use-debounce": "^9.0.2",
"webpack": "^5.75.0",
Expand Down Expand Up @@ -134,6 +134,6 @@
},
"packageManager": "pnpm@7.18.1",
"volta": {
"node": "16.13.0"
"node": "16.14.0"
}
}

0 comments on commit 5634367

Please sign in to comment.