Skip to content

Commit

Permalink
Make devtool as default mode 💞
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Jan 14, 2024
1 parent fdcfc14 commit 583714e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-pets-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@namnode/vite-plugin-inspect-react": patch
---

Make devtool as default mode 💞
9 changes: 6 additions & 3 deletions packages/vite-plugin-inspect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@

### Patch Changes

- [`8c983ad`](https://github.com/willnguyen1312/namnode/commit/8c983adf5c5cf2f738f69b0611b793713bf3720a) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Remove setTimeout workaround 💞
- [`8c983ad`](https://github.com/willnguyen1312/namnode/commit/8c983adf5c5cf2f738f69b0611b793713bf3720a) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Remove setTimeout workaround 💞

## 1.16.3

### Patch Changes

- [`17822b2`](https://github.com/willnguyen1312/namnode/commit/17822b28e493510c251f0fb519f30b9ec327245a) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Try to fix with timeout 🚀
- [`17822b2`](https://github.com/willnguyen1312/namnode/commit/17822b28e493510c251f0fb519f30b9ec327245a) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Try to fix with timeout 🚀

## 1.16.2

### Patch Changes

- [`b9080b4`](https://github.com/willnguyen1312/namnode/commit/b9080b43f028c1e80b67b6d46eaff544fef41bd5) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Avoid naming collision 💞
- [`b9080b4`](https://github.com/willnguyen1312/namnode/commit/b9080b43f028c1e80b67b6d46eaff544fef41bd5) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Avoid naming collision 💞

## 1.16.1

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-inspect-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function parseJSXIdentifier(name: JSXIdentifier | JSXMemberExpression): string {

export function inspectReact(options: Options): Plugin {
if (!options.type) {
options.type = "dom"
options.type = "devtool"
}

if (!options.plugins) {
Expand Down

0 comments on commit 583714e

Please sign in to comment.