Skip to content

Commit

Permalink
Update stats config for release stats (#40780)
Browse files Browse the repository at this point in the history
This keeps the necessary config for release stats for app dir 

x-ref: #40776
Fixes:
https://github.com/vercel/next.js/actions/runs/3102008544/jobs/5025346767
  • Loading branch information
ijjk committed Sep 22, 2022
1 parent 4970d7a commit f51e49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/.stats-app/next.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions test/.stats-app/stats-config.js
Expand Up @@ -94,6 +94,7 @@ module.exports = {
module.exports = {
experimental: {
appDir: true,
serverComponents: true,
},
generateBuildId: () => 'BUILD_ID',
webpack(config) {
Expand All @@ -118,6 +119,7 @@ module.exports = {
module.exports = {
experimental: {
appDir: true,
serverComponents: true,
},
generateBuildId: () => 'BUILD_ID'
}
Expand Down

0 comments on commit f51e49f

Please sign in to comment.