Skip to content

Commit 6967e66

Browse files
authored
Merge pull request #19 from us3r-network/B-removeCraco-shixuewen
fix: remove craco
2 parents 848aa76 + 09ac09f commit 6967e66

File tree

3 files changed

+4
-31
lines changed

3 files changed

+4
-31
lines changed

apps/u3-v2/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GENERATE_SOURCEMAP=false

apps/u3-v2/craco.config.js

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

apps/u3-v2/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"@rainbow-me/rainbowkit": "^1.0.8",
77
"@us3r-network/auth-with-rainbowkit": "^0.1.9",
88
"@us3r-network/profile": "^0.5.6",
9-
"buffer": "^6.0.3",
109
"dayjs": "^1.11.9",
1110
"lodash": "^4.17.21",
1211
"react": "^18.2.0",
@@ -20,9 +19,9 @@
2019
"web-vitals": "^2.1.4"
2120
},
2221
"scripts": {
23-
"start": "craco start",
24-
"build": "craco build",
25-
"test": "craco test",
22+
"start": "react-scripts start",
23+
"build": "react-scripts build",
24+
"test": "react-scripts test",
2625
"eject": "react-scripts eject",
2726
"format": "prettier --write \"**/*.{js,ts,tsx}\" --parser typescript"
2827
},
@@ -45,8 +44,6 @@
4544
]
4645
},
4746
"devDependencies": {
48-
"@craco/craco": "^7.1.0",
49-
"@craco/types": "^7.1.0",
5047
"@testing-library/jest-dom": "^5.17.0",
5148
"@testing-library/react": "^13.4.0",
5249
"@testing-library/user-event": "^13.5.0",

0 commit comments

Comments
 (0)