Renan Britz

Results 2 comments of Renan Britz

@jonasb Hey, thanks for sharing. Why are you hashing `rush.json` for the cache key? Does it ever get invalidated? Shouldn't we hash something like `repo-state.json`? Sorry, I'm a bit new...

Hey everyone, remember to edit your `package.json` scripts like below, otherwise you'll get the `Cannot find module [...]makeSerializable` error: ```jsonc "scripts": { "dev": "rimraf .next && NEXT_PRIVATE_LOCAL_WEBPACK=true next dev", "build":...