Luis Neira
Luis Neira
> > Anyone knows how to do something similar to below (assuming it works), but with craco instead of rewire? > > > ```js > > > const rewire =...
> ok, i figure it out. If your are **NOT** using typescript this is the solution suggested by **luis**, using CRACO: > > install modules using npm: > > ```...
## CRACO Solution For anyone using CRACO and is trying to override the devServer config, in order to resolve the DeprecationWarning, here is the solution. ```ts import fs from "fs";...
Hello, I am a developer but, I think I have found the solution to this problem. This problem seems similar to issue #21. I experienced the same issue when I...