Skip to content

Commit

Permalink
feat: fixing stats error on initial load (#1999)
Browse files Browse the repository at this point in the history
* 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 <1584121+arunvishnun@users.noreply.github.com>
  • Loading branch information
shubham2811 and arunvishnun committed Jan 3, 2024
1 parent 6acd94a commit 55072c1
Show file tree
Hide file tree
Showing 11 changed files with 685 additions and 3,120 deletions.
10 changes: 10 additions & 0 deletions common/changes/@xarc/subapp/fix-stats-error_2024-01-03-22-51.json
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 common/changes/subapp-server/fix-stats-error_2024-01-03-22-51.json
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 common/changes/subapp-util/fix-stats-error_2024-01-03-22-51.json
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"
}

0 comments on commit 55072c1

Please sign in to comment.