We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e2af0 commit 3c2f910Copy full SHA for 3c2f910
package.json
@@ -20,6 +20,8 @@
20
"@tauri-apps/api": "^1.0.0-rc.6",
21
"@win11react/react-hammerjs": "1.0.2",
22
"axios": "^0.27.2",
23
+ "@craco/craco": "6.4.3",
24
+ "craco-esbuild": "0.5.1",
25
"color-parse": "^1.4.2",
26
"color-rgba": "^2.4.0",
27
"react": "^18.1.0",
@@ -36,7 +38,7 @@
36
38
"scripts": {
37
39
"start": "react-scripts start",
40
"build": "react-scripts build",
- "ghbuild": "CI=false react-scripts build",
41
+ "ghbuild": "CI=false craco build",
42
"test": "react-scripts test",
43
"eject": "react-scripts eject",
44
"tauri": "tauri"
0 commit comments