Skip to content

Commit 6f5270d

Browse files
New release of gulp-esbuild
1 parent 0e4aba3 commit 6f5270d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ const htmlmin = require('gulp-htmlmin')
4141
const jeditor = require('gulp-json-editor')
4242
// const gulpEsbuild = require('gulp-esbuild')
4343
const { createGulpEsbuild } = require('gulp-esbuild')
44-
const gulpEsbuild = createGulpEsbuild({
45-
pipe: true,
46-
})
44+
const gulpEsbuild = createGulpEsbuild()
4745

4846
const sourcemaps = require("gulp-sourcemaps");
4947
const browserslist = require('browserslist');

0 commit comments

Comments
 (0)