How can I make `react-scripts build` quiet?
问题 I am working with a repo with a number of Node packages created with create-react-app , all of which are built and tested by the CI system. Each package's build/test, done with react-scripts build followed by react-scripts test --silent , is currently producing over twenty lines of output resulting in a build log with well over a hundred lines of material such as "File sizes after gzip" and "Find out more about deployment here." This makes it more difficult to see error messages, warnings or