I'm attempting to deploy a StaticSite (React), hav...
# seed
c
I'm attempting to deploy a StaticSite (React), having added a few Amplify packages for connecting to an existing AppSync. Everything builds and runs fine locally, but the Seed deployment (dev stage) errors out with:
Copy code
Failed to compile.
Failed to minify the bundle. Error: static/js/3.7655a7f4.chunk.js from Terser
Error: Call retries were exceeded
There's a thread from a couple of years ago that suggests using an older version, but that didn't seem to work for me by adding that to the before_build hook. Any ideas why this might be happening, or how to resolve it?
g
I had the same issues upgrading the build machine fixed it, I assume its a memory issue
c
Indeed it was - deployment worked after upgrading the build machine. Thanks @Garret Harp!
f
Thanks @Garret Harp!