Dilan Nair

Results 43 comments of Dilan Nair

Are you sure this is an issue with craco? It shouldn't affect the build time since it just quickly injects configuration and then runs the normal CRA build process. Could...

I'm still working on CRA 5 support, but progress has been made. You can install the alpha version to use craco with CRA 5. ``` $ npm i @craco/craco@alpha ```...

@martinscola-hwm sorry for the super late response. I think your issue is that you're adding `copy-webpack-plugin` as a craco plugin rather than a webpack plugin. You should try doing something...

> @dilanx any ETA when the alpha moves to stable ? @paveu hopefully soon! I can't give an exact ETA, but I don't believe there have been any major problems...

This is weird because typescript is in no way a dependency of CRACO (it's a dev dependency for development but the published version does not require TS). @fryorcraken I cloned...

@fkrauthan I'd probably recommend against deleting the whole typescript directory from node_modules because even though craco doesn't require it directly, there are other packages that do. You can try doing...

@fkrauthan are you using npm as your package manager?

@fkrauthan hmm interesting. I've been testing out different things for a couple of hours. It looks like this is only an issue when using yarn. Even when I tried adding...

@curtvict craco 6 is no longer supported, but [craco 7 alpha does use the latest release](https://github.com/dilanx/craco/blob/dev/packages/craco/package.json). It appears that this is still an issue even then.

@curtvict @fkrauthan @fryorcraken I've found a solution that seems to work for now. It seems like it was definitely an issue with the latest version of `cosmiconfig-typescript-loader` for some reason,...