From e91db47d09b93379fa7a058e9850be7a5df9216b Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Sun, 21 Mar 2021 21:47:14 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20use=20default=20exports=20instea?= =?UTF-8?q?d=20of=20named?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 9de1f61..7ce40d9 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -22,7 +22,7 @@ const banner = `/*! function createOutputOptions(options) { return { banner, - exports: 'named', + exports: 'default', sourcemap: true, ...options, };