From 571205fd5dd816810f9ea3da6fb63cad0d3a905e Mon Sep 17 00:00:00 2001 From: johnwalley Date: Thu, 28 Dec 2023 01:40:09 +0000 Subject: [PATCH] build: fix missing output.file change --- rollup.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index 52c91bb7..76f39831 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -20,7 +20,7 @@ const config = { external: [/@babel\/runtime/, ...Object.keys(globals)], output: [ { - file: meta.exports["."], + file: meta.exports["."]["import"], format: "es", plugins: [ getBabelOutputPlugin({