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 da5c5a0 commit 5f23741Copy full SHA for 5f23741
Gulpfile.js
@@ -5,7 +5,7 @@ const rename = require('gulp-rename');
5
const clean = require('gulp-clean');
6
7
function build() {
8
- return src('src/index.js', { allowEmpty: true })
+ return src('src/index.js')
9
.pipe(babel({
10
presets: [
11
'@babel/env'
0 commit comments