From: Jérôme Benoit Date: Sat, 30 Dec 2023 20:18:12 +0000 (+0100) Subject: refactor: code cleanup X-Git-Tag: v1.2.31~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bfb838a8604d501827f4da8f6f22ea0c7c47fdd8;p=e-mobility-charging-stations-simulator.git refactor: code cleanup Signed-off-by: Jérôme Benoit --- 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