Back to Parcel

🚨 Parcel encountered errors

packages/reporters/dev-server/src/templates/500.html

2.16.4581 B
Original Source

🚨 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) { %> <% } %>