fix: Unable to read entrypoint options (#28)

This commit is contained in:
Aaron
2023-07-10 22:18:20 -05:00
committed by GitHub
parent 2e51e7349d
commit 2efc193b45
9 changed files with 218 additions and 134 deletions
+7
View File
@@ -57,6 +57,13 @@ await Promise.all([
sourcemap: true,
silent: true,
}),
tsup.build({
entry: {
'virtual-modules/fake-browser': `src/client/virtual-modules/fake-browser.ts`,
},
format: ['esm', 'cjs'],
silent: true,
}),
]).catch((err) => {
spinner.fail();
console.error(err);