From d12e79c8f7d6a539f7c85ff34760fd04cd7afd80 Mon Sep 17 00:00:00 2001
From: noellabo <noel.yoshiba@gmail.com>
Date: Wed, 20 Nov 2019 07:42:28 +0900
Subject: [PATCH] Change to display Webpack errors

---
 config/webpacker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/webpacker.yml b/config/webpacker.yml
index 4ad78a190e..3bedf18490 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']
-- 
GitLab