Build failures on every push except pass on cache rebuild

Hi there, this is undeniably the problem:

8:53:00 AM: You may need an additional loader to handle the result of these loaders.
8:53:00 AM: > import{ErrorMessage}from'formik';import React from'react';import InputFeedback from'./InputFeedback';var FormikInputError=function FormikInputError(_ref){var name=_ref.name,id=_ref.id;return React.createElement(ErrorMessage,{name:name,render:function render(errorMessage){return React.createElement(InputFeedback,{id:id??"".concat(name,"Error")},errorMessage);}});};export default FormikInputError;
8:53:00 AM: error Command failed with exit code 1.

is this helpful at all?