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 6725aaf commit ecdfa92Copy full SHA for ecdfa92
packages/react-query-devtools/package.json
@@ -18,6 +18,11 @@
18
"import": "./build/lib/index.mjs",
19
"default": "./build/lib/index.js"
20
},
21
+ "./production": {
22
+ "types": "./build/lib/index.d.ts",
23
+ "import": "./build/lib/index.prod.mjs",
24
+ "default": "./build/lib/index.prod.js"
25
+ },
26
"./build/lib/index.prod.js": {
27
"types": "./build/lib/index.d.ts",
28
"import": "./build/lib/index.prod.mjs",
0 commit comments