From 3f9f987fb0e1f476be5bb43882c29b702e38e7a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Tue, 27 Jul 2021 16:00:47 -0400 Subject: [PATCH] change webpacker.yml to see public/lib as per https://github.com/publiclab/plots2/blob/a65efa664aadf756601a39b4a96f973fa099ee16/config/application.rb#L79, re: #9918 --- config/webpacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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