Dilan Nair
Dilan Nair
@chrisgervang that's an issue with `cosmiconfig-typescript-loader` and `yarn`. See #447.
@tobyscott25 in just a couple of days! Sorry about such a long delay but things are almost done.
CRACO 7 has been released and supports CRA 5! ``` npm i -D @craco/craco ```
Are you sure this is an issue with craco 7 alpha and not other packages as a result of upgrading to CRA 5? You shouldn't need to update craco to...
@TimRChen I'm not able to install those packages together due to some dependency conflicts. What version of node are you using, by the way?
@TimRChen got it so you're using a pretty old node version. When I switched to that version and tried installing your dependencies, installation completed but it looked like a few...
I just looked into it and it looks like this is a bug that I can fix. I will do that as soon as I can. Thanks for bearing with...
Just fixed this. It'll be in effect in alpha 8 which will be released sometime this week.
Still an issue
> I can't change webpack.config because I started a project through create react app. > > Still an issue @edengueta I was able to modify the webpack config using [craco](https://github.com/dilanx/craco)...