Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
remove old volumetric page from vite exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Mar 22, 2024
1 parent 52fa394 commit c717f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default defineConfig(async () => {
base,
optimizeDeps: {
entries: ['./src/main.tsx'],
exclude: ['@etherealengine/volumetric'],
exclude: [],
esbuildOptions: {
target: 'es2020'
}
Expand Down

0 comments on commit c717f2f

Please sign in to comment.