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 13ab10e commit e495cb5Copy full SHA for e495cb5
1 file changed
packages/query-devtools/package.json
@@ -12,7 +12,7 @@
12
},
13
"type": "module",
14
"types": "dist/types/index.d.ts",
15
- "main": "dist/cjs/index.js",
+ "main": "dist/cjs/index.cjs",
16
"module": "dist/esm/index.js",
17
"exports": {
18
".": {
@@ -21,10 +21,10 @@
21
"import": "./dist/esm/index.js",
22
"browser": {
23
24
- "require": "./dist/cjs/index.js"
+ "require": "./dist/cjs/index.cjs"
25
26
- "require": "./dist/cjs/index.js",
27
- "node": "./dist/cjs/index.js"
+ "require": "./dist/cjs/index.cjs",
+ "node": "./dist/cjs/index.cjs"
28
29
"./package.json": "./package.json"
30
0 commit comments