<@U01TCPDB58C> when running growthbook locally (vi...
# contributing
a
@future-teacher-7046 when running growthbook locally (via
yarn dev
) - do your or your team run into issues with it getting stuck loading? I thought it might be
webpack-hmr
since that stays in
pending
forever, but after reading a bit more about it I think it's supposed to do that? I haven't been able to figure out what causes this, it seems to happen pretty randomly, I thought it was related to some cookie/cache on the browser because sometimes I can clear that and it works, but its happening in incognito as well
also sometimes a
yarn clean && yarn install && yarn dev
fixes it, but again, not always
ok actually I think i figured it out - its the auto-port forwarding in vscode thats messing with it
f
ok