callstack / super-app-example

This repository presents a compact super-app example from Callstack's blog, illustrating the use of a monorepo structure together with Re.Pack and Module Federation.
MIT License
30 stars 18 forks source link

Unhandled JS Exception: Module parse failed: Unexpected token. You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. #8

Closed shakeelkoper closed 3 months ago

shakeelkoper commented 3 months ago

Ask your Question

I have clone the repository and made all the required changes as mentioned in article and when I am running yarn start in terminal at root level I am getting this Logs

image

but when I am opening other terminal and running yarn start:host-app getting below logs

image

and by the time when iOS simulator is opening creating bundle I am getting below error in terminal one

image

and this is the error I am getting on simulator

image

I request @jbroma to please help me and other individual who is trying repack. do I have to install ts-loader here explicitly

shakeelkoper commented 3 months ago

My Bad I was not having the right configuration refered to super-app-training branch and issue got fixed