Skip to content

Commit

Permalink
chore: remove references to /config entry
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Apr 6, 2023
1 parent 180802a commit 03d47b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"require": "./dist/rsc.cjs",
"import": "./dist/rsc.js"
},
"./config": {
"require": "./dist/rsc.cjs",
"import": "./dist/rsc.js"
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
Expand All @@ -42,9 +38,6 @@
],
"rsc": [
"dist/rsc/index.d.ts"
],
"config": [
"dist/rsc/index.d.ts"
]
}
},
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export default defineConfig({
rsc: "./src/rsc/index.ts",
},
},
rollupOptions: {
external: ["@prismicio/react/config"],
},
},
test: {
coverage: {
Expand Down

0 comments on commit 03d47b3

Please sign in to comment.