From 27d83ef38741bab834076a7604f693d947bce7f3 Mon Sep 17 00:00:00 2001 From: Dan6erbond Date: Tue, 25 May 2021 18:23:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Switch=20to=20ESM=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 01d69cc..2ccf2c5 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -14,7 +14,6 @@ export default [ output: { dir: "dist", sourcemap: true, - format: "cjs", }, plugins: [ esbuild(),