Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / rollup.config.mjs
index 8a3118285ef9bb4d4637e1bc927f651a71b1355d..6b113491dc7bc668d70e8eba682e9d32a50a544d 100644 (file)
@@ -39,7 +39,6 @@ export default {
     'async_hooks',
     'basic-ftp',
     'chalk',
-    'fs',
     'http',
     'http-status-codes',
     'just-clone',
@@ -48,13 +47,14 @@ export default {
     'moment',
     'mongodb',
     'node:crypto',
+    'node:fs',
+    'node:path',
+    'node:url',
     'node:util',
-    'path',
     'perf_hooks',
     'poolifier',
     'proper-lockfile',
     'tar',
-    'url',
     'winston',
     'winston-daily-rotate-file',
     'winston/lib/winston/transports',