mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [AAE-45391] - Lazy loading some of the big external libs * [AAE-45391] - Added some extra units to pdfjs viewer * [AAE-45391] - Some improement on viewer component * [AAE-45391] - Fixed the way it was redered to a newer angular system * [AAE-45391] - Fixed the way it was redered to a newer angular system * [AAE-45391] - fixed schematic * [AAE-45391] - Added some docs for the schematics as well * [AAE-37328] - Fixed comment on missing provider
31 lines
663 B
JSON
31 lines
663 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/libs/process-services-cloud",
|
|
"assets": [
|
|
{
|
|
"glob": "assets/**/*",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/"
|
|
},
|
|
{
|
|
"glob": "i18n/*.json",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/assets/adf-process-services-cloud/"
|
|
},
|
|
{
|
|
"glob": "**/*.scss",
|
|
"input": "./src/lib",
|
|
"output": "/lib"
|
|
}
|
|
],
|
|
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts",
|
|
"flatModuleFile": "adf-process-services-cloud",
|
|
"styleIncludePaths": [
|
|
"../core/src/lib"
|
|
]
|
|
},
|
|
"allowedNonPeerDependencies": []
|
|
}
|