mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* adf-extensions lib * remove console.log calls * integrate with angular.json * fix output path * update scripts * Add extensions to scripts * update travis setup * Travis step II.
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../dist/extensions/",
|
|
"deleteDestPath": false,
|
|
"lib": {
|
|
"languageLevel": ["dom", "es2017"],
|
|
"entryFile": "src/public_api.ts",
|
|
"flatModuleFile": "adf-extensions",
|
|
"umdModuleIds": {
|
|
"alfresco-js-api": "alfresco-js-api"
|
|
}
|
|
}
|
|
}
|