Commit e9c3667
authored
Remove the inherited create-react-app monorepo (#5)
Removes ~116,000 lines of upstream create-react-app source that nothing in this
repository builds, tests, or ships: packages/, docusaurus/, test/, tasks/, the
changelogs, CONTRIBUTING.md, SECURITY.md and the screencast assets, along with
the configs that only scoped to those directories -- lerna.json, netlify.toml,
the eslint/prettier/alex configs, and the upstream .github meta files.
LICENSE is kept; the fork lineage is real. CODE_OF_CONDUCT.md and the pull
request template are generic and still apply.
README.md described a create-react-app app at the repo root that does not
exist, since the root has no src/ or public/. Rewritten to describe my-app and
public_html, how each is built and deployed, and this history.
Verified with the CI steps from my-app -- npm ci, npm run lint, npm run build --
and by grepping the tree for references to every removed path.512 files changed
Lines changed: 34 additions & 116012 deletions
File tree
- .github
- ISSUE_TEMPLATE
- docusaurus
- docs
- website
- src
- css
- pages
- static
- img
- favicon
- packages
- babel-plugin-named-asset-import
- babel-preset-react-app
- confusing-browser-globals
- cra-template-typescript
- template
- public
- src
- cra-template
- template
- public
- src
- create-react-app
- __tests__
- eslint-config-react-app
- react-app-polyfill
- react-dev-utils
- __tests__
- react-error-overlay
- fixtures
- flow
- src
- __tests__
- __snapshots__
- parser
- __snapshots__
- components
- containers
- effects
- utils
- dom
- react-scripts
- bin
- config
- jest
- webpack/persistentCache
- fixtures/kitchensink
- template
- integration
- public
- src
- features
- config
- env
- syntax
- webpack
- assets
- subfolder
- lib
- scripts
- utils
- template-typescript
- template
- tasks
- test
- fixtures
- boostrap-sass
- src
- builds-with-multiple-runtimes
- src
- global-scss-asset-resolution
- src
- images
- issue-5176-flow-class-properties
- src
- issue-5947-not-typescript
- jsconfig
- src
- mjs-support
- __snapshots__
- src
- relative-paths
- src
- typescript-advanced
- src
- typescript-typecheck
- src
- typescript
- src
- webpack-message-formatting
- __snapshots__
- src
- integration/create-react-app
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments