refactor: cleanup bundling code
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 Jan 2024 15:03:32 +0000 (16:03 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 Jan 2024 15:03:32 +0000 (16:03 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
bundle.js

index 5543d9cbe5adc89dd396c670b454f5442bd4ada7..455da66fae8497ea74113c1d3813ae34441c765a 100644 (file)
--- 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