Remove serverComponents from next.conf.js because it's unused (#43805)

This commit is contained in:
Jan Kaifer 2022-12-07 15:57:03 +01:00 committed by GitHub
parent 2a230397c0
commit 16cf9a8b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {
@ -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'
}