We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 540ed91 + 2db9f8c commit 5f1852dCopy full SHA for 5f1852d
jsx-dev-runtime.ts
@@ -0,0 +1 @@
1
+export * from "./jsx-runtime.ts";
tasks/build-npm.ts
@@ -19,6 +19,10 @@ await build({
19
name: "./jsx-runtime",
20
path: "./jsx-runtime.ts",
21
},
22
+ {
23
+ name: "./jsx-dev-runtime",
24
+ path: "./jsx-dev-runtime.ts",
25
+ },
26
{
27
name: "./html",
28
path: "./html.ts",
0 commit comments