Option not to fail build on warnings in CI environment
Created by: varnav
Currently if CI environment variable is set to true, and any warnings emitted, build fails (https://github.com/facebookincubator/create-react-app/pull/944). There is no way to alter this behavior other than unsetting CI envvar that may be undesirable. You cannot even customize the rule set (https://github.com/facebookincubator/create-react-app/issues/808). Please add command-line option like --no-fail-on-warnings or add any other way to make this less strict.