🚨 Parcel encountered errors

<% errors.forEach(function(error){ %>

<%- error.message %>

<% if (error.frames?.length) { %><% error.frames.forEach(function(frame){ %><%- frame.location %> <%- frame.code %><% }); %><% } else { %><%- error.stack %><% } %>
<% if (error.documentation) { %>
📝 Learn more
<% } %> <% }); %> <% if (hmrOptions) { %> <% } %>