From f733ee580a148b85060efea67147ad7c2340d7b9 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 8 Nov 2023 13:22:36 +0100 Subject: [PATCH] Shakapacker: Additionally watch the generated locales --- config/shakapacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/shakapacker.yml b/config/shakapacker.yml index 793a64d4..c636ce65 100644 --- a/config/shakapacker.yml +++ b/config/shakapacker.yml @@ -29,7 +29,7 @@ default: &default # Additional paths webpack should look up modules # ['app/assets', 'engine/foo/app/assets'] - additional_paths: [] + additional_paths: ['tmp/locales.json'] # Reload manifest.json on all requests so we reload latest compiled packs cache_manifest: false