fix(core): update

This commit is contained in:
2022-03-16 12:28:50 +01:00
parent 568772734b
commit 3116c5a818
3 changed files with 764 additions and 168 deletions

View File

@@ -100,7 +100,9 @@ export class TsTest {
// lets bundle the test
await plugins.smartfile.fs.ensureEmptyDir(tsbundleCacheDirPath);
await this.tsbundleInstance.buildTest(process.cwd(), fileNameArg, bundleFilePath, 'rollup');
await this.tsbundleInstance.build(process.cwd(), fileNameArg, bundleFilePath, {
bundler: 'esbuild'
});
// lets create a server
const server = new plugins.smartexpress.Server({