X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=bundle.js;h=4443f985160205ae4e0356f8d133f221712a3e6f;hb=452a4864d4a8d0286ddd351958d8cc02574b4ba9;hp=912d16d95ae41f32ae40a562206c4950bb43d697;hpb=b4c82e730be585cb7d7005d66b781d4a02c18a85;p=e-mobility-charging-stations-simulator.git diff --git a/bundle.js b/bundle.js index 912d16d9..4443f985 100644 --- a/bundle.js +++ b/bundle.js @@ -22,6 +22,7 @@ await build({ 'basic-ftp', 'chalk', 'date-fns', + 'date-fns/*', 'http-status-codes', 'logform', 'mnemonist', @@ -35,6 +36,7 @@ await build({ 'winston-daily-rotate-file', 'ws' ], + treeShaking: true, minify: true, sourcemap, entryNames: '[name]', @@ -47,7 +49,8 @@ await build({ './dist/assets/*.json', './dist/assets/json-schemas', './dist/assets/station-templates', - './dist/assets/ui-protocol' + './dist/assets/ui-protocol', + './dist/assets/configs-docker' ] }), copy({ @@ -67,6 +70,10 @@ await build({ { from: ['./src/assets/station-templates/**/*.json'], to: ['./assets/station-templates'] + }, + { + from: ['./src/assets/configs-docker/*.json'], + to: ['./assets/configs-docker'] } ] })