Skip to content

Commit

Permalink
update sourcemaps ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Oct 28, 2024
1 parent 29be155 commit 073b3f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ export default defineConfig(({ command, mode }) => {
telemetry: false,
debug: true,
sourcemaps: {
assets: ['dist/assets'],
ignore: ['node_modules'],
assets: ['./dist/**'],
ignore: [
'node_modules',
'./dist/assets/textures/**',
'./dist/assets/models/**',
'./dist/assets/glApp.js',
],
},
}),
],
Expand Down

0 comments on commit 073b3f8

Please sign in to comment.