Andore
Andore
> Yes, very annoying. Of course, it's not your package's fault. > For anyone coming here from Google searches, a quick fix is to right click `minimal-env.js` and choose 'Mark...
Do you find any solution?
Sure, here is my package.json ``` { "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", "start": "craco start", "dev": "SET PORT=8080 && craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject"...
For those still struggling with this problem. I use craco to customize the webpack config and remove postcss. ``` webpack: { configure: (webpackConfig, {env, paths}) => { // Remove post...
¿Theres an alternative to solve this bug?
Same here, Zed 0.172.10, M4 Pro. Has anyone been able to solve this problem? Not even Xcode consumes that much. **02/08/25: Update:** It looks like restarting my Mac restored the...
> I found that updating Zed and then restarting the laptop fixed the issue. It does work but is momentarily. I try that multiple times 😔
> Same here, Zed 0.172.10, M4 Pro. > > Has anyone been able to solve this problem? Not even Xcode consumes that much. > > **02/08/25: Update:** It looks like...