[
https://issues.apache.org/jira/browse/KNOX-2860?focusedWorklogId=836644&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-836644
]
ASF GitHub Bot logged work on KNOX-2860:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/23 15:45
Start Date: 03/Jan/23 15:45
Worklog Time Spent: 10m
Work Description: zeroflag commented on code in PR #706:
URL: https://github.com/apache/knox/pull/706#discussion_r1060709664
##########
knox-webshell-ui/angular.json:
##########
@@ -54,18 +54,8 @@
},
"configurations": {
"production": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "500kb",
- "maximumError": "1mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "2kb",
- "maximumError": "4kb"
- }
- ],
+ "buildOptimizer": false,
+ "aot": false,
Review Comment:
How does disabling ahead of time compilation affects the runtime performance?
Issue Time Tracking
-------------------
Worklog Id: (was: 836644)
Time Spent: 20m (was: 10m)
> Cannot build knox-webshell-ui
> -----------------------------
>
> Key: KNOX-2860
> URL: https://issues.apache.org/jira/browse/KNOX-2860
> Project: Apache Knox
> Issue Type: Bug
> Components: WebShell
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Blocker
> Fix For: 2.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I've just pulled in all recent changes (including several Angular updates)
> and the {{knox-webshell-ui}} project no longer builds on my machine.
> This is the only UI project that failed to build, the rest of them (AdminUI,
> TokenGenerationUI, TokenManagementUI, and HomePage) were OK.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)