next.js/packages/next/src/client/dev/noop-turbopack-hmr.ts
noop-turbopack-hmr.ts4 lines175 B
// The Turbopack HMR client can't be properly omitted at the moment (WEB-1589),
// so instead we remap its import to this file in webpack builds.
export function connect() {}
Quest for Codev2.0.0
/
SIGN IN