craco-plugin-single-spa-application icon indicating copy to clipboard operation
craco-plugin-single-spa-application copied to clipboard

Convert your CRA4 project into a single-spa application without ejecting and losing update support of react-scripts

Results 8 craco-plugin-single-spa-application issues
Sort by recently updated
recently updated
newest added

I have a Single-SPA microfrontend converted from Create-React-App using this plugin. Everything works fine but hot reloading when developing. Changes in the microfrontend aren't effected until the page is refreshed....

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...

Hello I'm getting the error ` Could not find a required file. Name: index.html Searched in: D:\gitfolders\anl-www-root\anl-www-header\public ` My folder structure is: anl-www-root\ Single-spa with system.js, listed like so: ```...

Fix the error when setting the `orgPackagesAsExternal` option as true ### Example ```js const orgName = 'myorg' const singleSpaAppPlugin = { plugin: SingleSpaAppcracoPlugin, options: { orgName, projectName: 'container', entry: 'src/index.tsx',...

Due to not passing `orgName` as an argument in the buildExternals function. The apps are failing on version v2.0.1

Hi! I have 2 apps created with create-react-app, one will contain the other as a micro frontend. Is this plugin only useful to modify the create-react-app config of the embedded...

Hi, I am using loadable component library for lazy loading of modules, But chunks are not referred correctly from the build , build tends to refer from public static folder...

**Describe the bug or question** I have an application with multiple spas, and it works fine when all are together. All SPAs are using React 18 with single-spa 5, and...