diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 7289eac74b..dc49d7c409 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -79,6 +79,9 @@ plugins.push(withAxiom); /** @type {import("next").NextConfig} */ const nextConfig = { + experimental: { + esmExternals: false, + }, i18n, /* We already do type check on GH actions */ typescript: {