1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update build/scripts.js

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

View File

@@ -7,7 +7,7 @@ export function buildScripts() {
console.time('JS built in');
esbuild.build({
entryPoints: [paths.scripts.src + paths.scripts.main + '.js'],
entryPoints: [ paths.scripts.src + paths.scripts.main + '.js' ],
bundle: true,
minify: true,
sourcemap: true,