From 224a8b20fc609bde03b6cae6a62055f385b3879f Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 17 Mar 2022 12:01:58 +0000 Subject: [PATCH] Just import what we need --- 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 212c09e6d..690112f96 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" +import "core-js/features/promise" import "./styles/application.scss" import "./controllers"