From bfb838a8604d501827f4da8f6f22ea0c7c47fdd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 30 Dec 2023 21:18:12 +0100 Subject: [PATCH] refactor: code cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.js b/bundle.js index 0d609c2d..7282d43b 100644 --- a/bundle.js +++ b/bundle.js @@ -5,6 +5,7 @@ import chalk from 'chalk' import { build } from 'esbuild' import { clean } from 'esbuild-plugin-clean' import { copy } from 'esbuild-plugin-copy' + ;(async () => { const isDevelopmentBuild = env.BUILD === 'development' const sourcemap = !!isDevelopmentBuild -- 2.34.1