Skip to content

Commit 5f1852d

Browse files
authored
Merge pull request #7 from ckiee/jsx-dev-runtime
jsx-dev-runtime: Re-export from jsx-runtime
2 parents 540ed91 + 2db9f8c commit 5f1852d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

jsx-dev-runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./jsx-runtime.ts";

tasks/build-npm.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ await build({
1919
name: "./jsx-runtime",
2020
path: "./jsx-runtime.ts",
2121
},
22+
{
23+
name: "./jsx-dev-runtime",
24+
path: "./jsx-dev-runtime.ts",
25+
},
2226
{
2327
name: "./html",
2428
path: "./html.ts",

0 commit comments

Comments
 (0)