refactor: code cleanup
[e-mobility-charging-stations-simulator.git] / 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