create-single-spa icon indicating copy to clipboard operation
create-single-spa copied to clipboard

Results 42 create-single-spa issues
Sort by recently updated
recently updated
newest added

Hi, We are using create-single-spa inside a monorepo, and have to remember to delete the .git folder and husky scripts which are created automatically. Would there be any interest in...

cc @frehner who has worked on this in the past. I'm happy to add this if you don't have time @frehner - just created the issue to track what we...

enhancement

Upgraded webpack's babel-loader into esbuild-loader to improve transpilation speed Performance gain reference https://github.com/esbuild-kit/esbuild-loader/discussions/138

Adds `skipGit` option. Closes #341.

Having seen the [`SingleSpa*Generator#finished()` src](https://github.com/single-spa/create-single-spa/blob/e5b4fd4f58d2083b49287c9bcd5a4a30c7fa191c/packages/generator-single-spa/src/react/generator-single-spa-react.js#L223C15-L237), pointing out I've never seen this actually print to stdout. ### Steps to Reproduce `pnpx [email protected] --skipInstall` produces: ``` ? Directory for new project __test-output...

has active PR

View https://single-spa.slack.com/archives/C9JV40F7V/p1692129494902899 where this was discussed as the direction for single-spa going forward.

For example: `import 'src/thing.js'` ```js { resolve: { alias: { src: path.resolve(process.cwd(), 'src') } } ```

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies