From 623438e1d1a80797ad5ce842b301fc130aeac732 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 20 Mar 2020 06:01:41 +0000 Subject: [PATCH] fix(core): update --- ts/tsbundle.class.tsbundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tsbundle.class.tsbundle.ts b/ts/tsbundle.class.tsbundle.ts index 5db48af..93bd461 100644 --- a/ts/tsbundle.class.tsbundle.ts +++ b/ts/tsbundle.class.tsbundle.ts @@ -28,7 +28,7 @@ export class TsBundle { plugins: [ // Compile TypeScript files plugins.rollupTypescript({ - allowSyntheticDefaultImports: true, + include: plugins.path.parse(fromArg).dir ? plugins.path.parse(fromArg).dir + '/**/*.ts' : '**/*.ts', declaration: false, emitDecoratorMetadata: true, experimentalDecorators: true,