From 7dbc1713b1f2e76e8c98b9a8da080ba2175876b5 Mon Sep 17 00:00:00 2001 From: Taehwan Noh Date: Sun, 11 Oct 2020 22:54:15 +0900 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c87ce50..3624db7 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,9 @@ - [Usage](#usage) - [License](#license) - ## Motivation -Even if build result with webpack has some warnings, build succeed with no error exit codes. This can be trouble if some developer carefully not sees the result of CI service. By changing warnings to errors, webpack can recognize every warning as errors. +Even if build result with webpack has some warnings, build succeed with no error exit codes. This can be trouble if some developer not carefully sees the result of CI service. By changing warnings to errors, webpack can recognize every warning as errors. This can happen especially if you use the `resolve.alias` option.