На экране такая пачка ошибок,
devServer: {
contentBase: path.join(__dirname, 'build'),
compress: true,
historyApiFallback: true,
clientLogLevel: 'none',
port: 3000,
hot: true,
transportMode: 'ws',
injectClient: false,
open: true,
overlay: true,
inline: true,
watchContentBase: true,
watchOptions: {
aggregateTimeout: 300,
poll: 1000,
ignored: /node_modules/
}