You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/overlay/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ attachDevtoolsOverlay({
51
51
52
52
Don't worry about wrapping it with a `isDev` guard, the Overlay takes care of that for you. It should be excluded from production builds automatically.
53
53
54
-
### Enabling the Babel plugin
54
+
### Enabling the autoname
55
55
56
-
Enabling the [babel plugin](https://github.com/thetarnav/solid-devtools/tree/main/packages/transform#readme) is optional, but can offer some extra improvements.
56
+
Enabling the autoname setting is optional, but can display name of SolidJS's reactive state in overlay.
57
57
58
58
To enable it you need to add it to plugins array in your `.vite.config.ts` file:
59
59
@@ -62,19 +62,19 @@ To enable it you need to add it to plugins array in your `.vite.config.ts` file:
0 commit comments