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 6294b2d commit 2d4a8dcCopy full SHA for 2d4a8dc
packages/solid-query-devtools/package.json
@@ -75,6 +75,16 @@
75
},
76
"require": "./build/production/index.cjs"
77
78
+ "./build/production/index.js": {
79
+ "import": {
80
+ "types": "./build/production/index.d.ts",
81
+ "default": "./build/production/index.js"
82
+ },
83
+ "require": {
84
+ "types": "./build/production/index.d.cts",
85
+ "default": "./build/production/index.cjs"
86
+ }
87
88
"./package.json": "./package.json"
89
90
"files": [
packages/solid-query-devtools/tsup.config.ts
@@ -8,6 +8,7 @@ const preset_options = {
8
dev_entry: true,
9
10
{
11
+ name: 'production',
12
entry: 'src/production.tsx',
13
14
0 commit comments