Skip to content

Commit

Permalink
try older build target
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 17, 2025
1 parent bf5e220 commit a121d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const mudPackages: MudPackages = Object.fromEntries(

export default defineConfig((opts) => ({
entry: ["src/index.ts", "src/mud.ts"],
target: "esnext",
target: "es2021",
format: ["esm"],
sourcemap: true,
minify: true,
Expand Down

0 comments on commit a121d1f

Please sign in to comment.