mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
production builds for CI runs
This commit is contained in:
@@ -10,5 +10,10 @@
|
||||
"@alfresco/adf-core": ["../../dist/core"],
|
||||
"@alfresco/adf-core/*": ["../../dist/core/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
@@ -8,5 +8,10 @@
|
||||
"@alfresco/adf-extensions": ["../dist/extensions"],
|
||||
"@alfresco/adf-extensions/*": ["../dist/extensions/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
@@ -3,5 +3,10 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/extensions/",
|
||||
"baseUrl": "src"
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
@@ -10,5 +10,10 @@
|
||||
"@alfresco/adf-core": ["../../dist/core"],
|
||||
"@alfresco/adf-core/*": ["../../dist/core/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
@@ -12,5 +12,10 @@
|
||||
"@alfresco/adf-content-services": ["../../dist/content-services"],
|
||||
"@alfresco/adf-content-services/*": ["../../dist/content-services/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
@@ -28,4 +28,5 @@ export * from './lib/pipes/process-services-pipe.module';
|
||||
|
||||
export * from './lib/pipes/process-name.pipe';
|
||||
export * from './lib/pipes/process-services-pipe.module';
|
||||
export * from './lib/material.module';
|
||||
export * from './lib/process.module';
|
||||
|
@@ -12,5 +12,10 @@
|
||||
"@alfresco/adf-content-services": ["../../dist/content-services"],
|
||||
"@alfresco/adf-content-services/*": ["../../dist/content-services/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
@@ -5,5 +5,10 @@
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"skipTemplateCodegen": true,
|
||||
"strictMetadataEmit": true,
|
||||
"enableResourceInlining": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user