Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
epreston committed Nov 7, 2023
1 parent 92c4d0f commit ec93df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
output: {
// chunking and dependency size observability
manualChunks: (id) => {
// create chunk for three deps.
// create chunk for playcanvas extras deps.
if (id.includes('extras') || id.includes('mini-stats')) {
return 'extras';
}
Expand Down

0 comments on commit ec93df0

Please sign in to comment.