defaultValue = structuredClone(defaultValue)

This commit is contained in:
2022-05-26 21:35:24 -05:00
parent a79b1ce565
commit 82ce66554c
9 changed files with 61 additions and 9 deletions

View File

@@ -5,8 +5,19 @@ const define = {
}
build({
entryPoints: ['examples/main.ts'],
outfile: 'examples/main.js',
entryPoints: ['examples/basic.ts'],
outfile: 'examples/basic.js',
target: 'es6',
platform: 'node',
format: 'cjs',
define,
})
build({
entryPoints: ['examples/test.ts'],
outfile: 'examples/test.js',
target: 'es6',
platform: 'node',