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

Commit 09e4c59

Browse files
authored
Merge pull request #114 from Kassaila/master
Fix - babel require
2 parents 55c20ab + f56ca38 commit 09e4c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/build-js-vendors.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const gulpif = require('gulp-if');
88
const filesExist = require('files-exist');
99
const concat = require('gulp-concat');
1010
const uglify = require('gulp-uglify');
11+
const babel = require('gulp-babel');
1112

1213
module.exports = function (options) {
1314

@@ -38,4 +39,4 @@ module.exports = function (options) {
3839
.pipe(gulp.dest(`./${options.dest}/js`));
3940
}
4041
};
41-
};
42+
};

0 commit comments

Comments
 (0)