Skip to content

Commit d6acce1

Browse files
fix(examples): fix codesandbox build (#293)
1 parent 30ca974 commit d6acce1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/vite.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
import { defineConfig } from 'vite'
2-
import path from 'node:path'
32
import react from '@vitejs/plugin-react'
43
import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin'
54

65
// https://vitejs.dev/config/
76
export default defineConfig({
8-
resolve: {
9-
alias: {
10-
'@react-three/xr': path.resolve(__dirname, '../src')
11-
}
12-
},
137
assetsInclude: ['**/*.hdr', '**/*.gltf'],
148
plugins: [react(), vanillaExtractPlugin()]
159
})

0 commit comments

Comments
 (0)