Fix the dangling promises
This commit is contained in:
parent
27f918f53c
commit
041627f7e4
19 changed files with 112 additions and 67 deletions
|
@ -35,14 +35,14 @@ function createBundles(watch: boolean) {
|
|||
// format: 'iife',
|
||||
// })
|
||||
|
||||
build({
|
||||
void build({
|
||||
...esbuildConfig,
|
||||
entryPoints: [path.join(pathToPackage, 'src/core-and-studio.ts')],
|
||||
outfile: path.join(pathToPackage, 'dist/core-and-studio.js'),
|
||||
format: 'iife',
|
||||
})
|
||||
|
||||
build({
|
||||
void build({
|
||||
...esbuildConfig,
|
||||
entryPoints: [path.join(pathToPackage, 'src/core-only.ts')],
|
||||
outfile: path.join(pathToPackage, 'dist/core-only.min.js'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue