From c908a57df3582a7cc758feb888a96cdbf2cc5d6a Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 May 2021 22:31:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Switch=20to=20ESM=20build?= 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 01d69cc..eae922b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -14,7 +14,7 @@ export default [ output: { dir: "dist", sourcemap: true, - format: "cjs", + format: "esm", }, plugins: [ esbuild(),