Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a6b4724

Browse files
committed
fix: terminate cli when build completes
1 parent 2958934 commit a6b4724

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gulp/esbuild.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ const log = require('fancy-log')
55
const fs = require('fs');
66
const { styles } = require('./styles');
77

8-
const gulpEsbuild = createGulpEsbuild({
9-
incremental: true,
10-
piping: true,
11-
})
12-
138
const esbuild = () => {
9+
const gulpEsbuild = createGulpEsbuild({
10+
piping: true,
11+
})
12+
1413
const cssFilePath = gulp.paths.tmp + '/serve/app/bundle.css';
1514

1615
// Delete file if exists

0 commit comments

Comments
 (0)