diff options
author | Sam Potts <sam@potts.es> | 2019-04-12 18:36:55 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-04-12 18:36:55 +1000 |
commit | 3b7a24456dea16ee58da5f4b6ca49ea3ddbc63ef (patch) | |
tree | 80d3e377986b8f744878c2d10ec56f8536c0a1df /gulpfile.js | |
parent | c885d59270bec1f4bbefb085bbbcfb29449532ce (diff) | |
download | plyr-3b7a24456dea16ee58da5f4b6ca49ea3ddbc63ef.tar.lz plyr-3b7a24456dea16ee58da5f4b6ca49ea3ddbc63ef.tar.xz plyr-3b7a24456dea16ee58da5f4b6ca49ea3ddbc63ef.zip |
Package upgrades
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
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, }, ], ], |