From 890bcba92a06d75913a751a18321ca30a291f073 Mon Sep 17 00:00:00 2001 From: gtmnayan Date: Mon, 17 Apr 2023 07:43:37 +0545 Subject: [PATCH] disable minifyInternalExports doesn't really make sense for a library since users' build step will do it again anyway --- rollup.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.mjs b/rollup.config.mjs index 1d73a13bbb..ddaaa30825 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -57,6 +57,7 @@ export default [ }, chunkFileNames: `internal/[name]-[hash].${ext}`, format, + minifyInternalExports: false, dir: '.', }; }