Skip to content

Commit

Permalink
Remove serverComponents from next.conf.js because it's unused (#43805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Dec 7, 2022
1 parent 2a23039 commit 16cf9a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/.stats-app/stats-config.js
Expand Up @@ -81,8 +81,6 @@ module.exports = {
module.exports = {
experimental: {
appDir: true,
// remove after next stable release (current v12.3.1)
serverComponents: true,
},
generateBuildId: () => 'BUILD_ID',
webpack(config) {
Expand All @@ -103,8 +101,6 @@ module.exports = {
module.exports = {
experimental: {
appDir: true,
// remove after next stable relase (current v12.3.1)
serverComponents: true,
},
generateBuildId: () => 'BUILD_ID'
}
Expand Down

0 comments on commit 16cf9a8

Please sign in to comment.