Skip to content

Commit

Permalink
feat: chunk console frontend (#695)
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Aug 17, 2024
1 parent aa95d9a commit 459e05c
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 @@ -33,7 +33,7 @@ const config: UserConfig = {
return 'vendor';
}

return 'index';
return undefined;
}
},
// Polyfill Buffer for production build
Expand Down

0 comments on commit 459e05c

Please sign in to comment.