Hi!
We recently switched from babel to SWC compiler on our project.
Currently, we use react-loadable, but we would like to replace it with an actively maintainable alternative.
One this that stops us from switching to react-loadable/revised is the fact that '@react-loadable/revised/babel' is required.
Is it possible to somehow make '@react-loadable/revised/babel' optional and replace it with a custom implementation?
OR
Any chance we could expect SWC plugin as an alternative for '@react-loadable/revised/babel'?
Thank you.