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
Just some notes for anyone looking to pick this up!
Actual new rule setup should be super straightforward - SWC PR linked can be used as good basis on how to determine if loader is available, how to have rule as a function so current filename can be processed etc Easy peasy!
This is non-exhaustive list, but it does show that using esbuild might not be suitable for everyone. Projects that don't use JSX, don't need to support older browsers might get a better experience here.
Performance boost could be worth it though, so it will be nice to offer this as an option!
Check out what we did for SWC:
#29
And create a PR here, like what we did for SWC:
https://github.com/shakacode/react_on_rails_tutorial_with_ssr_and_hmr_fast_refresh
The text was updated successfully, but these errors were encountered: