Skip to content

Commit 92079e9

Browse files
committed
chore: update external dependencies in Vite configuration
- Added additional external dependencies: `three-stdlib`, `three-custom-shader-material`, and `camera-controls` to the Vite configuration in `vite.config.ts`. - This update enhances module resolution and ensures compatibility with the project's Three.js ecosystem.
1 parent 6212c2f commit 92079e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

vite.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,15 @@ export default defineConfig({
5757
open: true,
5858
}), */
5959
],
60-
external: ['three', 'vue', '@tresjs/core', '@vueuse/core'],
60+
external: [
61+
'three',
62+
'vue',
63+
'@tresjs/core',
64+
'@vueuse/core',
65+
'three-stdlib',
66+
'three-custom-shader-material',
67+
'camera-controls',
68+
],
6169
output: {
6270
exports: 'named',
6371
globals: {

0 commit comments

Comments
 (0)