Skip to content

Commit 5d9e7ab

Browse files
committed
build(vite.config): Update esbuild settings and version bump
1 parent 312d7f0 commit 5d9e7ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extension/vite.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ export default defineConfig({
2525
},
2626
}),
2727
],
28+
esbuild: {
29+
minifyIdentifiers: false,
30+
keepNames: true,
31+
},
2832
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scan",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"description": "Scan your React app for renders",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)