From 3253f3341ba1d73c801e47a00c3481d2f3f9560d Mon Sep 17 00:00:00 2001 From: Zack Schuster Date: Thu, 29 Oct 2020 23:26:21 -0700 Subject: [PATCH] build: simplify bundle configuration --- rollup.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rollup.config.ts b/rollup.config.ts index 3801544..da6ca4f 100644 --- a/rollup.config.ts +++ b/rollup.config.ts @@ -7,15 +7,12 @@ export default { { file: 'rollup/email.cjs', format: 'cjs', - interop: false, - freeze: false, + interop: 'default', sourcemap: true, }, { file: 'rollup/email.mjs', format: 'es', - interop: false, - freeze: false, sourcemap: true, }, ],