Skip to content

Commit

Permalink
fix: minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Apr 14, 2024
1 parent b88d187 commit 4c57eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default defineConfig(async ({ mode }) => ({
open: true,
},
build: {
minify: true, // GreasyFork 有代码长度限制,没办法
cssMinify: true,
},
resolve: {
Expand Down

0 comments on commit 4c57eb4

Please sign in to comment.