From 3af17080429ac01e102b6cd93a11472eae318ab7 Mon Sep 17 00:00:00 2001 From: jsuchal Date: Sat, 19 Sep 2020 15:04:00 +0200 Subject: [PATCH] Fix asset building --- config/webpacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpacker.yml b/config/webpacker.yml index 703b5d97..87030891 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -11,7 +11,7 @@ default: &default # Additional paths webpack should lookup modules # ['app/assets', 'engine/foo/app/assets'] - resolved_paths: [] + additional_paths: [] # Reload manifest.json on all requests so we reload latest compiled packs cache_manifest: false