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
Hi! I am trying to convert a React app created by create-react-app to work inside a single spa container app. We are using craco with the craco-plugin-single-spa-application to get it migrated to a single-spa app. The react-router seems to be working but it's failing to load the chunks. Then I looked into the plugin, it should override the webpack config and disable the code splitting. Wonder if you guys have any ideas why?
The text was updated successfully, but these errors were encountered:
Hi! I am trying to convert a React app created by create-react-app to work inside a single spa container app. We are using craco with the craco-plugin-single-spa-application to get it migrated to a single-spa app. The react-router seems to be working but it's failing to load the chunks. Then I looked into the plugin, it should override the webpack config and disable the code splitting. Wonder if you guys have any ideas why?
The text was updated successfully, but these errors were encountered: