diff options
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, }, ], ], |