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 22fbdaf commit 2e4ca01Copy full SHA for 2e4ca01
packages/solid-query/package.json
@@ -16,7 +16,7 @@
16
"exports": {
17
".": {
18
"types": "./build/lib/index.d.ts",
19
- "solid": "./build/solid/index.js",
+ "solid": "./build/solid/index.jsx",
20
"import": "./build/lib/index.mjs",
21
"browser": "./build/lib/index.mjs",
22
"require": "./build/lib/index.js",
packages/solid-query/src/index.ts renamed to packages/solid-query/src/index.tsx
rollup.config.ts
@@ -164,7 +164,7 @@ export default function rollup(options: RollupOptions): RollupOptions[] {
164
packageDir: 'packages/solid-query',
165
jsName: 'SolidQuery',
166
outputFile: 'index',
167
- entryFile: 'src/index.ts',
+ entryFile: 'src/index.tsx',
168
globals: {
169
'solid-js/store': 'SolidStore',
170
'solid-js': 'Solid',
0 commit comments