Skip to content

Commit 80b7809

Browse files
committed
explicitly addded option in gulpfile
1 parent 21ec23f commit 80b7809

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ gulp.task('js', () => {
1818
input: 'src/lazyframe.js',
1919
plugins: [
2020
babel({
21-
exclude: 'node_modules/**'
21+
exclude: 'node_modules/**',
22+
babelHelpers: 'bundled'
2223
}),
2324
terser()
2425
]

0 commit comments

Comments
 (0)