Skip to content

Commit

Permalink
feat!: drop node14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jun 29, 2023
1 parent 5cd7b88 commit b421a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default [
esbuild({
charset: "utf8",
minify: true,
target: "node14",
target: "node16",
}),
],
external: ["node:crypto"],
Expand All @@ -43,7 +43,7 @@ export default [
],
plugins: [
alias({ entries: { "@random": "./random/node" } }),
esbuild({ charset: "utf8", minify: true, target: "node14" }),
esbuild({ charset: "utf8", minify: true, target: "node16" }),
],
external: ["node:crypto"],
},
Expand Down

0 comments on commit b421a0f

Please sign in to comment.