-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui5.yaml
40 lines (40 loc) · 1.07 KB
/
ui5.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
specVersion: "3.0"
metadata:
name: org.odata2ts.tst
type: application
framework:
name: SAPUI5
version: "1.111.0"
libraries:
- name: sap.f
- name: sap.m
- name: sap.ui.core
- name: sap.ui.layout
- name: sap.ui.unified
- name: themelib_sap_fiori_3
builder:
customTasks:
- name: ui5-tooling-transpile-task
afterTask: replaceVersion
configuration: &transpileConfig
removeConsoleStatements: true
transpileAsync: true
transpileTypeScript: true
debug: true
# filePattern: .+(ts|tsx)
- name: ui5-tooling-modules-task
afterTask: replaceVersion
configuration:
prependPathMappings: false
addToNamespace: true
server:
customMiddleware:
- name: ui5-middleware-livereload
afterMiddleware: compression
- name: ui5-tooling-transpile-middleware
afterMiddleware: ui5-middleware-livereload
configuration:
<<: *transpileConfig
transpileDependencies: true
- name: ui5-tooling-modules-middleware
afterMiddleware: ui5-tooling-transpile-middleware