Skip to content

Commit

Permalink
Remove extraneous vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Dec 6, 2024
1 parent fa1a56f commit 7660802
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default mergeConfig(
lib: {
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, "src/index.tsx"),
name: "PointCloud",
// the proper extensions will be added
fileName: "index",
formats: ["es", "cjs"],
Expand All @@ -34,18 +33,6 @@ export default mergeConfig(
"three",
"three-stdlib",
],
output: {
// Provide global variables to use in the UMD build
// for externalized deps
globals: {
react: "React",
"react-dom": "ReactDOM",
"@react-three/fiber": "ReactThreeFiber",
"@react-three/drei": "ReactThreeDrei",
three: "Three",
"three-stdlib": "ThreeStdlib",
},
},
},
},
}),
Expand Down

0 comments on commit 7660802

Please sign in to comment.