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:
a7d26b5
)
refactor: cleanup bundling code
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 1 Jan 2024 15:03:32 +0000
(16:03 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/bundle.js
b/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