Skip to content

Conversation

@petermuessig
Copy link
Member

The configuration has been extended to allow to specify aliasPatterns like that:

  config:
    aliasPatterns:
      "^/__alias/([^.]+)\\.([^.]+)/(.*)$": "/resources/$1/$2/$3"
      "^/__alias/([^.]+)\\.([^.]+)\\.([^.]+)/(.*)$": "/resources/$1/$2/$3/$4"

The key is a regex and the value the replacement. This can be used to convert the request url.

Fixes #1209

@petermuessig petermuessig marked this pull request as draft July 3, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ui5-tooling-transpile] enable transpiling of additional folders

2 participants