Update build/scripts.js
Co-authored-by: Chauncey McAskill <chauncey@locomotive.ca>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user