Skip to content

Commit 442a4ec

Browse files
committed
πŸ› react-inspect: fix jsx bundling
1 parent 051ad12 commit 442a4ec

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

β€Ž.changeset/strange-shrimps-return.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Žpackages/react-inspect/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudwalker/react-inspect
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- d6dce3e: Set sideEffects to false
8+
- Fix JSX bundling
9+
310
## 0.8.0
411

512
### Minor Changes

β€Žpackages/react-inspect/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudwalker/react-inspect",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Because json stringify is not enough",
55
"scripts": {
66
"types": "tsc --noEmit",

β€Žpackages/react-inspect/tsconfig.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"jsx": "preserve",
4+
"jsx": "react-jsx",
55
"moduleResolution": "node",
66
"skipLibCheck": true,
77
"noImplicitAny": true

0 commit comments

Comments
Β (0)