aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/next.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/web/next.config.mjs6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs
index fa0757dd..041ab6b3 100644
--- a/apps/web/next.config.mjs
+++ b/apps/web/next.config.mjs
@@ -39,11 +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 },