react-scripts-ts
react-scripts-ts copied to clipboard
How to make react-scripts-ts read root/config/webpack.config.js?
We did npm run eject(react-scripts-ts eject). But the webpack.config file was read in node_modules/react-scripts-ts/config, not root/config
How to make react-scripts-ts read root/config/webpack.config.js?