diff --git a/package.json b/package.json index ef36071c5f..e8b99f6756 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "import": "./index.mjs", "require": "./index.js" }, - "node": { + "default": { "import": "./ssr.mjs", "require": "./ssr.js" }