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 82bd6fc commit ad29826Copy full SHA for ad29826
.changeset/funny-geese-hear.md
@@ -0,0 +1,6 @@
1
+---
2
+"@preact/signals": patch
3
+"@preact/signals-react": patch
4
5
+
6
+Fix hook names being mangled
mangle.json
@@ -5,6 +5,11 @@
},
"minify": {
7
"mangle": {
8
+ "reserved": [
9
+ "useSignal",
10
+ "useComputed",
11
+ "useSignalEffect"
12
+ ],
13
"keep_classnames": true,
14
"properties": {
15
"regex": "^_[^_]",
0 commit comments