From 9c5870cd2115711b3d804839c4db98c91e7eb024 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 May 2021 21:19:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Compile=20CJS=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index 2ccf2c5..01d69cc 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -14,6 +14,7 @@ export default [ output: { dir: "dist", sourcemap: true, + format: "cjs", }, plugins: [ esbuild(),