Skip to content

Commit 897a397

Browse files
fix: reintroduce production export (#4090)
1 parent 6725aaf commit 897a397

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-query-devtools/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
"import": "./build/lib/index.mjs",
1919
"default": "./build/lib/index.js"
2020
},
21+
"./production": {
22+
"types": "./build/lib/index.d.ts",
23+
"import": "./build/lib/index.prod.mjs",
24+
"default": "./build/lib/index.prod.js"
25+
},
2126
"./build/lib/index.prod.js": {
2227
"types": "./build/lib/index.d.ts",
2328
"import": "./build/lib/index.prod.mjs",

0 commit comments

Comments
 (0)