lib/shakapacker/compiler.rb in shakapacker-7.2.2 vs lib/shakapacker/compiler.rb in shakapacker-7.2.3

- old
+ new

@@ -86,10 +86,10 @@ chdir: File.expand_path(config.root_path) ) if status.success? logger.info "Compiled all packs in #{config.public_output_path}" - logger.error "#{stderr}" unless stderr.empty? + logger.warn "#{stderr}" unless stderr.empty? if config.webpack_compile_output? logger.info stdout end else