refactor: code cleanup
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 30 Dec 2023 20:18:12 +0000 (21:18 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 30 Dec 2023 20:18:12 +0000 (21:18 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
bundle.js

index 0d609c2d789aa4e9c0ef568bfcbc57b9b3d7a792..7282d43b862f0b248d452af2fc5dafc97e21ff91 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