Skip to content

Commit 2e4ca01

Browse files
authored
refactor(solid-query): vite-plugin-solid backwards compatibility
RELEASE_ALL
1 parent 22fbdaf commit 2e4ca01

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/solid-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"exports": {
1717
".": {
1818
"types": "./build/lib/index.d.ts",
19-
"solid": "./build/solid/index.js",
19+
"solid": "./build/solid/index.jsx",
2020
"import": "./build/lib/index.mjs",
2121
"browser": "./build/lib/index.mjs",
2222
"require": "./build/lib/index.js",
File renamed without changes.

rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default function rollup(options: RollupOptions): RollupOptions[] {
164164
packageDir: 'packages/solid-query',
165165
jsName: 'SolidQuery',
166166
outputFile: 'index',
167-
entryFile: 'src/index.ts',
167+
entryFile: 'src/index.tsx',
168168
globals: {
169169
'solid-js/store': 'SolidStore',
170170
'solid-js': 'Solid',

0 commit comments

Comments
 (0)