Merge branch 'main' into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / bundle.js
index 9821a48d6377a8266eb71250f07039343ebedf9c..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
@@ -25,7 +26,7 @@ import { copy } from 'esbuild-plugin-copy'
       'http-status-codes',
       'just-merge',
       'logform',
-      'mnemonist',
+      // 'mnemonist',
       'mongodb',
       'node:*',
       'poolifier',