We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ec23f commit 80b7809Copy full SHA for 80b7809
1 file changed
gulpfile.js
@@ -18,7 +18,8 @@ gulp.task('js', () => {
18
input: 'src/lazyframe.js',
19
plugins: [
20
babel({
21
- exclude: 'node_modules/**'
+ exclude: 'node_modules/**',
22
+ babelHelpers: 'bundled'
23
}),
24
terser()
25
]
0 commit comments