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 690c618 commit a97ed26Copy full SHA for a97ed26
.changeset/tall-feet-love.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/devtools': patch
3
4
+
5
+add `workerd` export condition
packages/devtools/package.json
@@ -21,6 +21,10 @@
21
"types": "dist/index.d.ts",
22
"module": "dist/index.js",
23
"exports": {
24
+ "workerd": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/server.js"
27
+ },
28
"browser": {
29
"development": {
30
"types": "./dist/index.d.ts",
0 commit comments