From a93cdf007f5229e52c575860ec517328f25aaabe Mon Sep 17 00:00:00 2001 From: Anton Gunnarsson Date: Thu, 12 Jun 2025 13:11:41 +0000 Subject: [PATCH] Merged in fix/add-common-to-transpile-packages (pull request #2351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: Add common package to transpilePackages config * Add common package to transpilePackages config Approved-by: Joakim Jäderberg --- apps/scandic-web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/next.config.ts b/apps/scandic-web/next.config.ts index 837ef9d3e..14235f7a8 100644 --- a/apps/scandic-web/next.config.ts +++ b/apps/scandic-web/next.config.ts @@ -25,6 +25,7 @@ const nextConfig = { poweredByHeader: false, eslint: { ignoreDuringBuilds: true }, trailingSlash: false, + transpilePackages: ["@scandic-hotels/common"], experimental: { serverActions: { allowedOrigins: [