Skip to content

Commit

Permalink
explicitly addded option in gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vb committed Apr 23, 2021
1 parent 21ec23f commit 80b7809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ gulp.task('js', () => {
input: 'src/lazyframe.js',
plugins: [
babel({
exclude: 'node_modules/**'
exclude: 'node_modules/**',
babelHelpers: 'bundled'
}),
terser()
]
Expand Down

0 comments on commit 80b7809

Please sign in to comment.