{"id":21018991,"url":"https://github.com/paalamugan/single-spa-example-config","last_synced_at":"2026-04-17T10:02:09.880Z","repository":{"id":45786082,"uuid":"514577306","full_name":"paalamugan/single-spa-example-config","owner":"paalamugan","description":"Predefined Some Common webpack and other configuration for single-spa with react and typescript","archived":false,"fork":false,"pushed_at":"2022-07-16T16:29:40.000Z","size":185,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T11:47:56.010Z","etag":null,"topics":["commitlint-config","react-ts","single-spa","single-spa-react","tailwind-config","wepack","wepback-config"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paalamugan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-16T12:51:19.000Z","updated_at":"2023-12-26T09:08:12.000Z","dependencies_parsed_at":"2022-07-16T15:17:15.882Z","dependency_job_id":null,"html_url":"https://github.com/paalamugan/single-spa-example-config","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paalamugan%2Fsingle-spa-example-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paalamugan%2Fsingle-spa-example-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paalamugan%2Fsingle-spa-example-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paalamugan%2Fsingle-spa-example-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paalamugan","download_url":"https://codeload.github.com/paalamugan/single-spa-example-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243447639,"owners_count":20292453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commitlint-config","react-ts","single-spa","single-spa-react","tailwind-config","wepack","wepback-config"],"created_at":"2024-11-19T10:28:31.011Z","updated_at":"2025-12-29T10:26:23.941Z","avatar_url":"https://github.com/paalamugan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Single spa example common configuration\n\nPredefined Some Common webpack and other configuration for single-spa with react and typescript.\n\n## Getting started\n\n- Supported Node Engine\n\n```\nnode - v16.12.0\nyarn - 1.22.19\n```\n\n**How to Use it**\n\n- Install as a node module package like\n\n```sh\nyarn add -D @single-spa-example/config\n```\n\n- Added Below line in your project `webpack.config.js` like,\n\n```js\nconst {\n  singleSpaReactWebpackConfig,\n} = require(\"@single-spa-example/config\");\n\nmodule.exports = singleSpaReactWebpackConfig(\u003cyour_organization_name\u003e, \u003cyour_project_name\u003e, \u003ccustomize_webpack_config\u003e);\n```\n\n- Added Below line in your project `babel.config.js` like,\n\n```js\nconst { singleSpaReactBabelConfig } = require(\"@single-spa-example/config\");\n\nmodule.exports = singleSpaReactBabelConfig(\u003ccustomize_babel_config\u003e);\n```\n\n- Added Below line in your project `tailwind.config.js` like,\n\n```js\nconst { singleSpaTailwindConfig } = require(\"@single-spa-example/config\");\n\nmodule.exports = singleSpaTailwindConfig(\u003ccustomize_tailwind_config\u003e);\n```\n\n- Added Below line in your project `postcss.config.js` like,\n\n```js\nconst { singleSpaPostcssConfig } = require(\"@single-spa-example/config\");\n\nmodule.exports = singleSpaPostcssConfig(\u003ccustomize_postcss_config\u003e);\n```\n\n- Added Below line in your project `commitlint.config.js` like,\n\n```js\nconst { singleSpaCommitlintConfig } = require(\"@single-spa-example/config\");\n\nmodule.exports = singleSpaCommitlintConfig(\u003ccustomize_commitlint_config\u003e);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaalamugan%2Fsingle-spa-example-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaalamugan%2Fsingle-spa-example-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaalamugan%2Fsingle-spa-example-config/lists"}