-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fixing stats error on initial load (#1999)
* feat: fixing stats error on initial load * fix: merge conflict * docs: jsdoc added for until function * test: add unit test * fix: merge conflict * fix: stats error on initial dev server start up --------- Co-authored-by: arunvishnun <[email protected]>
- Loading branch information
1 parent
6acd94a
commit 55072c1
Showing
11 changed files
with
685 additions
and
3,120 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@xarc/subapp/fix-stats-error_2024-01-03-22-51.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@xarc/subapp", | ||
"comment": "Fix webpack stats error in dev mode during initial start up", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@xarc/subapp" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/subapp-server/fix-stats-error_2024-01-03-22-51.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "subapp-server", | ||
"comment": "Fix webpack stats error in dev mode during initial start up", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "subapp-server" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/subapp-util/fix-stats-error_2024-01-03-22-51.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "subapp-util", | ||
"comment": "Add the missing lodash direct dependency", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "subapp-util" | ||
} |
Oops, something went wrong.