Skip to content

Commit

Permalink
Only parallel file ops
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 21, 2024
1 parent 908ef40 commit a72a3d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default defineConfig({
],
build: {
rollupOptions: {
// https://github.com/vitejs/vite/issues/10506#issuecomment-1367718113
maxParallelFileOps: 1,
plugins: [
// externalGlobals() would be nice, but doesn't seem to work
// externalGlobals({ diff_match_patch: "diff_match_patch" }),
Expand Down

0 comments on commit a72a3d8

Please sign in to comment.