single-spa / single-spa-inspector

A devtools extension for single-spa applications
https://single-spa.js.org
MIT License
77 stars 17 forks source link

fixing the dev environment by downgrading clean-webpack-plugin #20

Closed frehner closed 5 years ago

frehner commented 5 years ago

creating an error boundary and also adding StrictMode

having all the components throw errors synchronously so they hit the error boundary

Honestly, I'm not sure I like the idea of this pattern or not. The goal behind it was to get something like the screenshot below for anyone who has an error, since asking people who have never devved/inspected plugins could be a tall task. But I'm not sold on it.

Thoughts?

Screen Shot 2019-06-21 at 3 49 59 PM
frehner commented 5 years ago

addressed feedback.

joeldenning commented 5 years ago

👍