Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrozadotdev committed Sep 7, 2024
1 parent 6370451 commit 886ca9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/packages/openblocks/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const viteConfig: UserConfig = {
base,
build: {
manifest: true,
target: "es2015",
target: "es2020",
cssTarget: "chrome63",
outDir: "../../../proxy/public",
emptyOutDir: false,
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 886ca9e

Please sign in to comment.