fix(core): update
This commit is contained in:
parent
8bf19d55c7
commit
623438e1d1
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user