From b36d9e34b6cefff3e47db107caf75ef419e51335 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 16 Mar 2022 17:28:48 +0000 Subject: [PATCH] Maybe we need to polyfill more than just promise... --- app/frontend/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/application.js b/app/frontend/application.js index 179355568..94369e488 100644 --- a/app/frontend/application.js +++ b/app/frontend/application.js @@ -3,7 +3,7 @@ // a relevant structure within app/javascript and only use these pack files to reference // that code so it'll be compiled. require.context("govuk-frontend/govuk/assets") -import "core-js/features/promise" +import "core-js" import "./styles/application.scss" import "./controllers"