This is customized scripts that support the following
Modify package.json
as below.
{
- "start": "react-scripts start",
+ "start": "react-scripts-web start",
- "build": "react-scripts build",
+ "build": "react-scripts-web build",
- "test": "react-scripts test --env=jsdom",
+ "test": "react-scripts-web test --env=jsdom"
}
MIT