aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/next.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/next.config.mjs')
-rw-r--r--apps/web/next.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs
index b661bd5c..a8d60f07 100644
--- a/apps/web/next.config.mjs
+++ b/apps/web/next.config.mjs
@@ -39,7 +39,7 @@ const nextConfig = withPWA({
];
},
- transpilePackages: ["@hoarder/shared", "@hoarder/db", "@hoarder/trpc"],
+ // transpilePackages: ["@hoarder/shared", "@hoarder/db", "@hoarder/trpc"],
/** We already do linting and typechecking as separate tasks in CI */
eslint: { ignoreDuringBuilds: true },