Hi!
I use CRA and the development server NOT starting (without errors, only "Starting the development server..." in console displayed).
package.json:
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.0-rc4"
"react-app-rewired": "^2.1.5",
"customize-cra": "^0.9.1",
"react-scripts": "3.4.1"
But, if I change "react-scripts" to "3.2.0" - all work fine.
Hi!
I use CRA and the development server NOT starting (without errors, only "Starting the development server..." in console displayed).
package.json:
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.0-rc4"
"react-app-rewired": "^2.1.5",
"customize-cra": "^0.9.1",
"react-scripts": "3.4.1"
But, if I change "react-scripts" to "3.2.0" - all work fine.