260323:1443 fix CI : Deploy : Turbopack Build Error #01
CI / CD Pipeline / build (push) Successful in 8m6s
CI / CD Pipeline / deploy (push) Failing after 3m42s

This commit is contained in:
admin
2026-03-23 14:43:57 +07:00
parent d20eb945fa
commit 8548de9a94
2 changed files with 10 additions and 14 deletions
+1 -6
View File
@@ -37,12 +37,7 @@ const nextConfig = {
},
*/
// 5. Turbopack config for Next.js 16
turbopack: {
// Empty config to silence Turbopack warnings
},
// 5.1. Webpack config (fallback for Turbopack)
// 5. Webpack config (fallback for Turbopack)
webpack: (config, { dev, isServer }) => {
if (!dev && !isServer) {
config.stats = {