Transpiling fixes
parent
c890e8d06d
commit
c2ca848f0a
|
@ -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");
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
"@calcom/dayjs": "*",
|
||||
"@calcom/ee": "*",
|
||||
"@calcom/embed-core": "*",
|
||||
"@calcom/embed-react": "*",
|
||||
"@calcom/embed-snippet": "*",
|
||||
"@calcom/lib": "*",
|
||||
"@calcom/prisma": "*",
|
||||
"@calcom/stripe": "*",
|
||||
|
|
Loading…
Reference in New Issue