Transpiling fixes

pull/3244/head
zomars 2022-07-06 14:34:49 -06:00
parent c890e8d06d
commit c2ca848f0a
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const withTM = require("next-transpile-modules")([
"@calcom/ui",
"@calcom/emails",
"@calcom/embed-core",
"@calcom/embed-react",
"@calcom/embed-snippet",
]);
const { i18n } = require("./next-i18next.config");

View File

@ -33,6 +33,8 @@
"@calcom/dayjs": "*",
"@calcom/ee": "*",
"@calcom/embed-core": "*",
"@calcom/embed-react": "*",
"@calcom/embed-snippet": "*",
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@calcom/stripe": "*",