Skip to content

Commit 5f23741

Browse files
xiaofan9imcvampire
andauthored
Update Gulpfile.js
Co-authored-by: Quoc-Anh Nguyen <[email protected]>
1 parent da5c5a0 commit 5f23741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const rename = require('gulp-rename');
55
const clean = require('gulp-clean');
66

77
function build() {
8-
return src('src/index.js', { allowEmpty: true })
8+
return src('src/index.js')
99
.pipe(babel({
1010
presets: [
1111
'@babel/env'

0 commit comments

Comments
 (0)