We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c0eff commit 29c5127Copy full SHA for 29c5127
2 files changed
packages/start/package.json
@@ -10,7 +10,7 @@
10
"validate-imports": "node scripts/validate-imports.js"
11
},
12
"exports": {
13
- ".": "./src/index.ts",
+ ".": "./src/index.tsx",
14
"./config": "./src/config/index.ts",
15
"./server": "./src/server/index.tsx",
16
"./client": "./src/client/index.tsx",
@@ -23,7 +23,7 @@
23
"publishConfig": {
24
"access": "public",
25
26
- ".": "./dist/index.js",
+ ".": "./dist/index.jsx",
27
"./config": "./dist/config/index.js",
28
"./server": "./dist/server/index.jsx",
29
"./client": "./dist/client/index.jsx",
packages/start/src/index.ts packages/start/src/index.tsxpackages/start/src/index.ts renamed to packages/start/src/index.tsx
0 commit comments