-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
SAP/ui5-cli
#442Labels
module/ui5-builderRelated to the UI5 Builder moduleRelated to the UI5 Builder module
Description
Expected Behavior
There sould be an posibility to build only certen Dependencies and not onyl all
Current Behavior
it is only possible to ignore some dependencies in dev mode
Context
- UI5 Module Version (output of
ui5 --versionwhen using the CLI):1.2.1
Affected components (if known)
The originated problem is that we have a shim for @babel/polyfill
specVersion: "1.0"
kind: extension
type: project-shim
metadata:
name: babel-polyfills
shims:
configurations:
"@babel/polyfill": # name as defined in package.json
specVersion: "1.0"
type: module # Use module type
metadata:
name: "babel-polyfills"
resources:
configuration:
paths:
/lib/babel/: "dist"
when building we want to build this shim but not all other dependencies. that way we could just zip the dist folder and upload that to the SAP Gateway
mauriciolauffer, nlunets, jonaszuberbuehler, cschuff, sven-petersen and 2 more
Metadata
Metadata
Assignees
Labels
module/ui5-builderRelated to the UI5 Builder moduleRelated to the UI5 Builder module