🚨 Parcel encountered errors
<% errors.forEach(function(error){ %>
<%- error.message %>
<%- error.stack %>
<% error.hints.forEach(function(hint){ %>
<%- hint %>
<% }); %>
<% if (error.documentation) { %>
📝
Learn more
<% } %> <% }); %>