aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-04-12 18:39:14 +1000
committerGitHub <noreply@github.com>2019-04-12 18:39:14 +1000
commit5fefabe3bddf705f3c3956152882b5ceab44c8dc (patch)
tree43c1b11c4361e02189ae643f525efb155d8a99d0 /gulpfile.js
parent0f3098040d8650a762067d1f1aa5ab520cb9b90c (diff)
parente281078441ad50c4b0b997b615b48fc0c254f173 (diff)
downloadplyr-5fefabe3bddf705f3c3956152882b5ceab44c8dc.tar.lz
plyr-5fefabe3bddf705f3c3956152882b5ceab44c8dc.tar.xz
plyr-5fefabe3bddf705f3c3956152882b5ceab44c8dc.zip
Merge pull request #1410 from sampotts/develop
v3.5.3
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index b04a38ea..7711e269 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -149,6 +149,7 @@ Object.entries(build.js).forEach(([filename, entry]) => {
{
// debug: true,
useBuiltIns: polyfill ? 'usage' : false,
+ corejs: polyfill ? 3 : undefined,
},
],
],