From 63feb721ea7c769509f56fdb52ccfa7d21716cc7 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Mon, 29 Jan 2024 10:00:53 -0300 Subject: [PATCH] fix: Deployments on main (#13450) --- apps/web/next.config.js | 51 +---------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 99af42aac3..52831dd03e 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -156,56 +156,7 @@ const matcherConfigUserTypeEmbedRoute = { const nextConfig = { experimental: { // externalize server-side node_modules with size > 1mb, to improve dev mode performance/RAM usage - serverComponentsExternalPackages: [ - "next-i18next", - "googleapis", - "twilio", - "@hubspot", - "ews-javascript-api", - "typeorm", - "cli-highlight", - "tedious", - "@azure", - "date-fns", - "react-awesome-query-builder", - "node-forge", - "@boxyhq", - "@redis", - "svix", - "@tryvital", - "handlebars", - "libphonenumber-js", - "auth0", - "mysql2", - "city-timezones", - "nodemailer", - "@js-joda", - "prisma", - "mongodb", - "jsforce", - "@aws-sdk", - "lodash", - "superagent", - "openid-client", - "@sentry", - "@upstash", - "utif", - "ical.js", - "@jimp", - "har-validator", - "sshpk", - "jose", - "entities", - "google-auth-library", - "fetch", - "markdown-it", - "stripe", - "bluebird", - "request", - "raw-body", - "iconv-lite", - "xml2js", - ], + serverComponentsExternalPackages: ["next-i18next"], }, i18n: { ...i18n,