From 58e26dc13d0d06153462fc476bc068e5e98caf4a Mon Sep 17 00:00:00 2001 From: Seya <31957516+sglkc@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:08:59 +0700 Subject: [PATCH] update rollup.config.js for es --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index aa4f227..4b780b2 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -17,7 +17,7 @@ export default { format: "cjs", }, { - file: pkg.module, + file: pkg.module.default, format: "es", }, ],