Update build/scripts.js

Co-authored-by: Chauncey McAskill <chauncey@locomotive.ca>
This commit is contained in:
Quentin Hocdé
2021-03-05 09:26:50 -05:00
committed by GitHub
parent 41b8030d9e
commit b1d90327a3

View File

@@ -14,7 +14,7 @@ export function buildScripts() {
color: true,
logLevel: 'error',
errorLimit: 1,
target: ['es2015'],
target: [ 'es2015' ],
outfile: paths.scripts.dest + paths.scripts.main + '.js'
}).catch((e) => {
// errors managments (already done in esbuild)