From fc2733d74f90380deacf7c53474fe6c86c9a7680 Mon Sep 17 00:00:00 2001 From: Chidi Ekuma Date: Thu, 21 Mar 2024 16:58:41 +0000 Subject: [PATCH] Update additional_paths in shakapacker.yml --- config/shakapacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/shakapacker.yml b/config/shakapacker.yml index 4d253e7582..bee0c29e9a 100644 --- a/config/shakapacker.yml +++ b/config/shakapacker.yml @@ -10,7 +10,7 @@ default: &default # Additional paths webpack should look up modules # ['app/assets', 'engine/foo/app/assets'] - additional_paths: ['node_modules/govuk-frontend/govuk'] + additional_paths: ['node_modules/govuk-frontend/dist/govuk'] # Reload manifest.json on all requests so we reload latest compiled packs cache_manifest: false