fix(core): update
This commit is contained in:
		| @@ -28,7 +28,7 @@ export class TsBundle { | |||||||
|       plugins: [ |       plugins: [ | ||||||
|         // Compile TypeScript files |         // Compile TypeScript files | ||||||
|         plugins.rollupTypescript({ |         plugins.rollupTypescript({ | ||||||
|           allowSyntheticDefaultImports: true, |           include: plugins.path.parse(fromArg).dir ? plugins.path.parse(fromArg).dir + '/**/*.ts' : '**/*.ts', | ||||||
|           declaration: false, |           declaration: false, | ||||||
|           emitDecoratorMetadata: true, |           emitDecoratorMetadata: true, | ||||||
|           experimentalDecorators: true, |           experimentalDecorators: true, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user