Justin Farrell

Results 25 comments of Justin Farrell

This sounds almost exactly like an issue I'm also having. I'm also using React on Mac with Parcel 2, it can take upwards of 100 seconds to build my app...

@mischnic In trying to get you the profiling info, I actually realized my version of Parcel was different and quite old, going up to 1.12.3 fixed my problem. Thank you...

Still an issue with me, Webpack ^5.73.0 and using speed-measure-webpack-plugin ^1.5.0

I'm encountering the same issue on Lubuntu (not an M1 chip, just a converted Macbook Pro 2012 that I wiped MacOS off of)

> https://soulteary.com/2022/07/04/build-a-maintainable-golang-development-environment.html#%E5%AE%89%E8%A3%85-golang-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7soultearygvm > > I have written another tutorial, you can try it here. @justinfarrelldev > > ```bash > sudo apt install -y binutils bison gcc make > > curl...

I've been using just Vite (with calls to `aws-sdk`, but only specifically for DynamoDB) and I'm also having this issue when building for production. Dev server works fine, but as...

> @justinfarrelldev so your solution was just to remove AWS Sdk from your codebase? I kind of need the libraries but I'm getting this same error when building in a...

> I only spent 2 hours playing with Svelte and got this on production build so I'll try the same on Next.JS and see if I get it or not....

Still having the issue even after trying all of the rest of the solutions. I've been using [email protected] (but tried with Vite@latest as well) and React and it appears that...

Brilliant, that fixed it for me as well (on the Firefox fork Floorp)! Thank you!