From 3b7a24456dea16ee58da5f4b6ca49ea3ddbc63ef Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 12 Apr 2019 18:36:55 +1000 Subject: Package upgrades --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') 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, }, ], ], -- cgit v1.2.3