Skip to content

Commit

Permalink
fix: stats error on initial dev server start up
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun committed Jan 3, 2024
1 parent 0f31825 commit 8415f97
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 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 8415f97

Please sign in to comment.