johanholmerin / style9

CSS-in-JS compiler inspired by Meta's stylex
MIT License
570 stars 27 forks source link

Catch babel parse errors in webpack loader to avoid crashing dev server #38

Closed dpeek closed 3 years ago

dpeek commented 3 years ago

Webpack / nextjs dev servers currently crash on parse error, catching displays it to user instead.

johanholmerin commented 3 years ago

👍