repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b43b2
)
refactor: code cleanup
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 30 Dec 2023 20:18:12 +0000
(21:18 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/bundle.js
b/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