Skip to content

Commit

Permalink
refactor(solid-query): vite-plugin-solid backwards compatibility
Browse files Browse the repository at this point in the history
RELEASE_ALL
  • Loading branch information
ardeora committed Dec 14, 2022
1 parent 22fbdaf commit 2e4ca01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Expand Up @@ -16,7 +16,7 @@
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"solid": "./build/solid/index.js",
"solid": "./build/solid/index.jsx",
"import": "./build/lib/index.mjs",
"browser": "./build/lib/index.mjs",
"require": "./build/lib/index.js",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rollup.config.ts
Expand Up @@ -164,7 +164,7 @@ export default function rollup(options: RollupOptions): RollupOptions[] {
packageDir: 'packages/solid-query',
jsName: 'SolidQuery',
outputFile: 'index',
entryFile: 'src/index.ts',
entryFile: 'src/index.tsx',
globals: {
'solid-js/store': 'SolidStore',
'solid-js': 'Solid',
Expand Down

0 comments on commit 2e4ca01

Please sign in to comment.