Skip to content

Commit

Permalink
Add missing comma in v3/vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Apr 18, 2024
1 parent 6403696 commit 6358451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v3/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineConfig({
...gzipPlugin({ filter: /\.(js|css|html|svg)$/ }),
enforce: "post",
apply: "build",
}
},
],
build: {
brotliSize: false,
Expand Down

0 comments on commit 6358451

Please sign in to comment.