From 264c5e559e0e73cc04945bb6e8aeaf6372c9d806 Mon Sep 17 00:00:00 2001 From: TJC Date: Fri, 25 Dec 2020 06:42:47 -0600 Subject: [PATCH] fix: updating /compat/server exports to work with import/export syntax and webpack 5 (#2873) Co-authored-by: Tyler Cvetan Co-authored-by: Jovi De Croock --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c63819621a..ed7dc3f822 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "import": "./jsx-runtime/dist/jsxRuntime.mjs" }, "./compat/server": { - "require": "./compat/server.js" + "default": "./compat/server.js" }, "./package.json": "./package.json", "./": "./"