turbo
1dfda184 - add noop refresh runtime to prevent errors after module execution (#4701)

Commit
2 years ago
add noop refresh runtime to prevent errors after module execution (#4701) ### Description We add some noop handlers to make sure code won't throw errors when something tries to access the refresh runtime outside the initial module execution next.js does this here https://github.com/vercel/next.js/blob/f12aa35b0d85aa28223e06ee6f6a98247262815e/packages/react-refresh-utils/ReactRefreshWebpackPlugin.ts#L16-L30 I'm not 100% sure this is the correct fix fix WEB-823
Parents
Loading