diff --git a/config/webpacker.yml b/config/webpacker.yml index ba8415e6c8..6e00f93f1c 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -10,7 +10,7 @@ default: &default # Additional paths webpack should lookup modules # ['app/assets', 'engine/foo/app/assets'] - additional_paths: [] + additional_paths: ['public/lib'] # Reload manifest.json on all requests so we reload latest compiled packs cache_manifest: false