Skip to content

Commit

Permalink
chore(vite): add clearScreen false
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Nov 9, 2023
1 parent 915bce0 commit 933fb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const __dirname = dirname(__filename);

export default {
plugins: [],
clearScreen: false,
build: {
target: "esnext",
rollupOptions: {
Expand Down

0 comments on commit 933fb2b

Please sign in to comment.