Skip to content

Commit 3098502

Browse files
author
Matheus Maghost
committed
refactor: change error for log message
1 parent ab6750f commit 3098502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-scripts/config/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ const getOverrideConfigurations = () => {
9393
try {
9494
override = require(paths.overrideConfig)
9595
} catch (e) {
96-
console.error(e)
96+
console.log(e.message)
97+
console.log('Getting default CRA configurations.')
9798
}
9899

99100
const {

0 commit comments

Comments
 (0)