Skip to content

Commit

Permalink
Merge pull request #19 from thefrontside/tm/add-missing-entrypoint
Browse files Browse the repository at this point in the history
Added missing entrypoint for jsx-runtime
  • Loading branch information
taras authored Feb 8, 2025
2 parents 21d536a + 6dd54d8 commit 2a96cf9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tasks/build-npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ if (!version) {
}

await build({
entryPoints: ["./mod.ts"],
entryPoints: [
"./mod.ts",
{
name: "./jsx-runtime",
path: "jsx-runtime.ts",
},
],
outDir,
shims: {
deno: false,
Expand Down

0 comments on commit 2a96cf9

Please sign in to comment.