Skip to content

Commit

Permalink
chore: minify
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 5, 2023
1 parent 5a5345a commit 25e7030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export default defineConfig(({}) => {
},
build: {
target: `chrome80`,
// sourcemap: true,
minify:false
sourcemap: true,
},
};
});

0 comments on commit 25e7030

Please sign in to comment.