Skip to content

Commit

Permalink
🐛 react-inspect: fix jsx bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-walker committed Sep 5, 2022
1 parent 051ad12 commit 442a4ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-shrimps-return.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-inspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudwalker/react-inspect

## 0.8.1

### Patch Changes

- d6dce3e: Set sideEffects to false
- Fix JSX bundling

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudwalker/react-inspect",
"version": "0.8.0",
"version": "0.8.1",
"description": "Because json stringify is not enough",
"scripts": {
"types": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-inspect/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"jsx": "preserve",
"jsx": "react-jsx",
"moduleResolution": "node",
"skipLibCheck": true,
"noImplicitAny": true
Expand Down

0 comments on commit 442a4ec

Please sign in to comment.