From 8425f8846441ee0eba13c1b4700da632171fa408 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Fri, 8 Jul 2022 17:58:18 +0200 Subject: [PATCH] fix: add calcom dayjs transpile --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 22ff466595..00dca6e9fa 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,7 @@ const withTM = require("next-transpile-modules")([ "@calcom/stripe", "@calcom/ui", "@calcom/emails", + "@calcom/dayjs", "@calcom/embed-core", "@calcom/embed-snippet", ]);