format and update packages

This commit is contained in:
mProjectsCode 2023-08-28 18:26:36 +02:00
parent e416434bf3
commit f1f8a3f7b0
8 changed files with 1222 additions and 5263 deletions

View file

@ -47,7 +47,7 @@ esbuild
],
format: 'cjs',
watch: !prod,
target: 'es2016',
target: 'es2018',
logLevel: 'info',
sourcemap: prod ? false : 'inline',
treeShaking: true,