Adam Purdy

Results 5 comments of Adam Purdy

Same experience here. Cloned the repo for the standard test app. Environment: MacBook Pro (2021) with M1 Max MacOS Monterrey 12.5 Xcode version 13.4.1

I was experiencing this same problem. I followed along here: http://babeljs.io/docs/en/next/babel-plugin-transform-runtime Basically I removed the old babel runtime in my package.json : `"@babel/runtime": "^7.0.0-beta.56"`, and replaced it with: `"@babel/runtime-corejs2": "^7.0.0",`....

@wooliet did you try the approach I posted? You need to update your package.json & your .bablerc in the plugins array.

@wooliet Oh interesting, just curious, but what dependency was the issue for you guys?

@benadamstyles I had the same issue. I removed the hashing option in the config like another user mentioned.