(123:57)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| }));
| const firstInvalidSample = samples.findIndex((sample) => sample.state === undefined);
> const errorSample = samples[firstInvalidSample - 1] ??
| samples[firstInvalidSample];
| return errorSample === undefined
webpack не может понять синтаксис ?? и падает
Обсуждают сегодня