Skip to content

Option to only build certain dependencies #494

@sebbi08

Description

@sebbi08

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 --version when 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions