Skip to content

Commit

Permalink
fix FLP custom library loading via: "@sap/ui5-builder-webide-extensio…
Browse files Browse the repository at this point in the history
…n": "1.0.11"
  • Loading branch information
austinkloske22 committed Jun 1, 2020
1 parent 6f8112b commit c978b5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Empty file added db/admin-model.cds
Empty file.
2 changes: 1 addition & 1 deletion manage-pdfs/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "",
"devDependencies": {
"@ui5/cli": "1.13.0",
"@sap/ui5-builder-webide-extension": "1.0.x"
"@sap/ui5-builder-webide-extension": "1.0.11"
},
"scripts": {
"build": "ui5 build --clean-dest --include-task=generateManifestBundle generateCachebusterInfo"
Expand Down
4 changes: 3 additions & 1 deletion manage-pdfs/webapp/manifest.json
Expand Up @@ -70,7 +70,9 @@
"minUI5Version": "1.66.0",
"libs": {
"sap.ui.core": {},
"ui5lab.wl.pdf": {},
"ui5lab.wl.pdf": {
"lazy": true
},
"sap.m": {},
"sap.f": {},
"sap.ushell": {},
Expand Down

0 comments on commit c978b5c

Please sign in to comment.