Questions tagged [single-spa]

Questions related to usage and implementation of single-spa and related technologies such as import maps, SystemJS, webpack/rollup configuration, etc.

Website: https://single-spa.js.org

FAQ: https://single-spa.js.org/docs/faq/

Docs: https://single-spa.js.org/docs/getting-started-overview

More help: https://single-spa.js.org/help/

Source code: https://github.com/single-spa

217 questions
2
votes
2 answers

child route not working in single spa react app

{ "name": "@mf-demo/react", "scripts": { "start": "webpack serve", "start:standalone": "webpack serve --env standalone", "build": "concurrently npm:build:*", "build:webpack": "webpack --mode=production", "analyze": "webpack…
2
votes
0 answers

Unit tests in Single-Spa. React. ReferenceError: System is not defined

hello I have a problem with Unit tests in Single-Spa. Mine jest.config.js looks like this: module.exports = {rootDir: "src", preset: "ts-jest", transform: { "^.+\\.(j|t)sx?$": "babel-jest", "^.+\\.(ts|tsx)?$": "ts-jest", }, …
taaniel
  • 53
  • 5
2
votes
0 answers

Implement single-spa to run angularjs and vue.js with with systemjs

Hi all I am new and trying to setup single-spa for angularjs and vue.js projects. My objective here is to run angularjs + gulp application and vue.js application as one single application, this I am doing as we want to convert angularjs app into…
2
votes
1 answer

Multiple importmap.json for different environments in single-spa

In am converting the existing project into a single-spa. This application support different environments- dev,qa,prod. My requirement is to use the different import maps json based on the environment. <% if (isLocal) { %>
arshad
  • 41
  • 8
2
votes
1 answer

Material UI theme conflict in Single SPA

I'm trying to load two React micro front-end applications inside the single spa. But I'm facing style conflict with respect to the theme. systemjs-import map inside index.ejs