Skip to content

Instantly share code, notes, and snippets.

@fResult
Last active January 14, 2021 06:55
Show Gist options
  • Save fResult/c1b7a4d73477bfb19e2cf0801706db8f to your computer and use it in GitHub Desktop.
Save fResult/c1b7a4d73477bfb19e2cf0801706db8f to your computer and use it in GitHub Desktop.
Use craco instead react-scripts
{
/* ตัด code บางส่วนออก เพื่อความกระชับ */
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
/* ตัด code บางส่วนออก เพื่อความกระชับ */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment