Enable Hotreload for packages (#2051)

Co-authored-by: Omar López <zomars@me.com>
pull/2040/head^2
sean-brydon 2022-03-03 19:19:25 +00:00 committed by GitHub
parent 6e8fbc280f
commit f4b6a16a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
const withTM = require("@vercel/edge-functions-ui/transpile")([
"@calcom/lib",
"@calcom/prisma",
"@calcom/ui",
]);
const withTM = require("next-transpile-modules")(["@calcom/lib", "@calcom/prisma", "@calcom/ui"]);
const { i18n } = require("./next-i18next.config");
// So we can test deploy previews preview