Skip to content

Commit

Permalink
fix vite warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
sawadyecma committed Jun 23, 2022
1 parent b68b943 commit 983192d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions file-upload-client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ export default defineConfig({
port: 17001,
},
plugins: [react()],
esbuild: {
logOverride: { "this-is-undefined-in-esm": "silent" },
},
});

0 comments on commit 983192d

Please sign in to comment.