5 lines
222 B
JavaScript
5 lines
222 B
JavaScript
// 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() {}
|
|
|
|
//# sourceMappingURL=noop-turbopack-hmr.js.map
|