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:
b534060
)
build: cleanup bundling code
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 4 Jan 2024 13:25:43 +0000
(14:25 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 4 Jan 2024 13:25:43 +0000
(14:25 +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