From 3dfc5d5047e42a2d3e22ef4e6cc4739dbd127c3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jan 2024 14:25:43 +0100 Subject: [PATCH] build: cleanup bundling code 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 5543d9cb..455da66f 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