Skip to content

Commit 2d4a8dc

Browse files
fix tests?
1 parent 6294b2d commit 2d4a8dc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/solid-query-devtools/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@
7575
},
7676
"require": "./build/production/index.cjs"
7777
},
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+
},
7888
"./package.json": "./package.json"
7989
},
8090
"files": [

packages/solid-query-devtools/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const preset_options = {
88
dev_entry: true,
99
},
1010
{
11+
name: 'production',
1112
entry: 'src/production.tsx',
1213
dev_entry: true,
1314
},

0 commit comments

Comments
 (0)