Skip to content

Commit

Permalink
Merge pull request #8 from jl917/develop
Browse files Browse the repository at this point in the history
Pulling refs/heads/develop into next
  • Loading branch information
jl917 authored May 19, 2024
2 parents 620298c + 85c4365 commit 884ec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { build } from "esbuild";
const options = {
entryPoints: ["./src/index.ts"],
minify: true,
plugins: [dtsPlugin({})],
plugins: [dtsPlugin()],
};

build({
Expand Down

0 comments on commit 884ec03

Please sign in to comment.