From 345cd22e5664655ed315958ed2056610607c12ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Tue, 13 Apr 2021 22:10:09 +0200 Subject: [PATCH] Build: Take core-js-bundle from the external directory as well That package was missed in gh-4865 as it only broke browsers needing the polyfill which is just IE at the moment. Thus, it broke Core tests in IE only. Ref gh-4865 Closes gh-4870 --- Gruntfile.js | 3 +++ test/data/core/jquery-iterability-transpiled.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4afbec9212..fc35a843a4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -77,6 +77,9 @@ module.exports = function( grunt ) { destPrefix: "external" }, files: { + "core-js-bundle/core-js-bundle.js": "core-js-bundle/minified.js", + "core-js-bundle/LICENSE": "core-js-bundle/LICENSE", + "npo/npo.js": "native-promise-only/lib/npo.src.js", "qunit/qunit.js": "qunit/qunit/qunit.js", diff --git a/test/data/core/jquery-iterability-transpiled.html b/test/data/core/jquery-iterability-transpiled.html index ca0e88530e..0a73629746 100644 --- a/test/data/core/jquery-iterability-transpiled.html +++ b/test/data/core/jquery-iterability-transpiled.html @@ -3,7 +3,7 @@ jQuery objects transpiled iterability test page - +