🚨 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 %><% } %>
<% error.hints.forEach(function(hint){ %>
<%- hint %>
<% }); %>
<% if (error.documentation) { %>
📝
Learn more
<% } %> <% }); %> <% if (hmrOptions) { %> <% } %>