From e284dcedb9d8d98c0ca7e2d14d141650233cea91 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 17 Jun 2023 10:15:26 +0300 Subject: [PATCH] Set serverModuleFormat for Remix V2 --- remix.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/remix.config.js b/remix.config.js index 415b1b583..3dab1734d 100644 --- a/remix.config.js +++ b/remix.config.js @@ -95,6 +95,7 @@ module.exports = { ); }); }, + serverModuleFormat: "cjs", future: { v2_meta: true, },