"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17",
"react-app-rewired": "^1.3.7"
require.cache[require.resolve(devServerConfigPath)].exports = (proxy, allowedHost) => {
const config = devServerConfigFn(proxy, allowedHost);
return overrides.devServer(config);
}
> react-app-rewired start
devServerConfigFn is not defined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
https://github.com/timarney/react-app-rewired/pull/164 - this is the proper fix for this issue. Something that had been reverted accidentally got reapplied, leaving the project in an inconsistent state.
thanks you , i refered #157 and fixed it .
1.38 is up.
Most helpful comment
https://github.com/timarney/react-app-rewired/pull/164 - this is the proper fix for this issue. Something that had been reverted accidentally got reapplied, leaving the project in an inconsistent state.