We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312d7f0 commit 5d9e7abCopy full SHA for 5d9e7ab
extension/vite.config.ts
@@ -25,4 +25,8 @@ export default defineConfig({
25
},
26
}),
27
],
28
+ esbuild: {
29
+ minifyIdentifiers: false,
30
+ keepNames: true,
31
+ },
32
});
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-scan",
3
- "version": "0.0.27",
+ "version": "0.0.28",
4
"description": "Scan your React app for renders",
5
"keywords": [
6
"react",
0 commit comments