You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Web example runtime crash caused by invalid babel config (#8417)
## Summary
The `web-example` started crashing in runtime after the #7702 PR was
merged. The problem was caused by the no longer existing `babel.js` file
under the `react-strict-dom` package directory which was imported in the
web example's `babel.config.js` file.
Since the `react-strict-dom` now exposes a babel preset that already
uses the necessary `@stylexjs/babel-plugin` babel plugin, I was able to
simplify our babel config by removing these plugins and replacing them
by just the babel preset.
## Before
<img width="680" height="60" alt="Screenshot 2025-10-17 at 18 00 22"
src="https://github.com/user-attachments/assets/48a349f1-696d-4d06-8dde-5962b115d46a"
/>
---------
Co-authored-by: Tomasz Zawadzki <[email protected]>
0 commit comments