We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4aba3 commit 6f5270dCopy full SHA for 6f5270d
gulpfile.js
@@ -41,9 +41,7 @@ const htmlmin = require('gulp-htmlmin')
41
const jeditor = require('gulp-json-editor')
42
// const gulpEsbuild = require('gulp-esbuild')
43
const { createGulpEsbuild } = require('gulp-esbuild')
44
-const gulpEsbuild = createGulpEsbuild({
45
- pipe: true,
46
-})
+const gulpEsbuild = createGulpEsbuild()
47
48
const sourcemaps = require("gulp-sourcemaps");
49
const browserslist = require('browserslist');
0 commit comments