From 0cf311dfb21f6c1b044d786433fbb08a9e38ec69 Mon Sep 17 00:00:00 2001 From: Holly Date: Wed, 3 Feb 2021 16:13:43 +0000 Subject: [PATCH] enable output on webpacker compile --- config/webpacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpacker.yml b/config/webpacker.yml index 9accd6152d..a80144b92a 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -7,7 +7,7 @@ default: &default public_output_path: packs cache_path: tmp/cache/webpacker check_yarn_integrity: false - webpack_compile_output: false + webpack_compile_output: true # Additional paths webpack should lookup modules # ['app/assets', 'engine/foo/app/assets']