mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-45391 Lazy loading and improvements for pdfJS (#11869)
* [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
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../../dist/libs/core",
|
||||
"assets": [
|
||||
{
|
||||
"glob": "pdf.worker.mjs",
|
||||
"input": "./assets/pdfjs",
|
||||
"output": "assets/pdfjs"
|
||||
},
|
||||
{
|
||||
"glob": "assets/**/*",
|
||||
"input": "./src/lib",
|
||||
@@ -38,7 +33,6 @@
|
||||
"allowedNonPeerDependencies": [
|
||||
"cropperjs",
|
||||
"angular-oauth2-oidc",
|
||||
"date-fns",
|
||||
"rxjs"
|
||||
"date-fns"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user