Skip to content

Commit b846c53

Browse files
test(integrations): switch react-scripts to webpack (#8329)
* chore: switch CRA 4 to webpack 4 * pnpm dedupe * test(integrations): switch CRA 5 to webpack 5 * Better dep vs devDep separation * Fix lockfile
1 parent 2588a08 commit b846c53

File tree

23 files changed

+2086
-7435
lines changed

23 files changed

+2086
-7435
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"node",
2525
"react",
2626
"react-dom",
27-
"react-scripts",
2827
"tsup",
2928
"typescript",
3029
"typescript47",

.pnpmfile.cjs

Lines changed: 0 additions & 42 deletions
This file was deleted.

integrations/react-cra4/.eslintrc.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

integrations/react-cra4/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

integrations/react-cra4/package.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

integrations/react-cra4/src/react-app-env.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

integrations/react-cra4/tsconfig.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

integrations/react-cra5/.eslintrc.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

integrations/react-cra5/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

integrations/react-cra5/package.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)