Skip to content

Commit

Permalink
Disable debug mode of ui5 transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Dec 4, 2024
1 parent 5154e2e commit 5ca5a1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/travel_analytics/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ builder:
- xs-app.json
- name: ui5-tooling-transpile-task
afterTask: replaceVersion
configuration:
debug: true
# configuration:
# debug: true

server:
customMiddleware:
Expand All @@ -39,6 +39,6 @@ server:
- name: ui5-tooling-transpile-middleware
afterMiddleware: compression
configuration:
debug: true
# debug: true
excludePatterns:
- /Component-preload.js
- /Component-preload.js
8 changes: 4 additions & 4 deletions app/travel_processor/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ builder:
- xs-app.json
- name: ui5-tooling-transpile-task
afterTask: replaceVersion
configuration:
debug: true
# configuration:
# debug: true

server:
customMiddleware:
Expand All @@ -39,6 +39,6 @@ server:
- name: ui5-tooling-transpile-middleware
afterMiddleware: compression
configuration:
debug: true
# debug: true
excludePatterns:
- /Component-preload.js
- /Component-preload.js

0 comments on commit 5ca5a1e

Please sign in to comment.