We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7f5fd commit 9f3dd95Copy full SHA for 9f3dd95
scripts/build.mjs
@@ -35,7 +35,7 @@ async function main() {
35
}
36
37
await esbuild.build({
38
- entryPoints: ["./dist-src/index.js"],
+ entryPoints: ["./pkg/dist-src/index.js"],
39
outdir: "pkg/dist-bundle",
40
bundle: true,
41
...sharedOptions,
0 commit comments