Skip to content

Commit ce7bdae

Browse files
committed
fix
1 parent 4b54cf7 commit ce7bdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/refreshUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function getModuleExports(moduleId) {
2323
const maybeModule = __webpack_require__.c[moduleId];
2424
if (typeof maybeModule === 'undefined') {
2525
// `moduleId` is available but the module in cache is unavailable,
26-
// which indicates the module is somehow corrupted (e.g. broken Webpacak `module` globals).
26+
// which indicates the module is somehow corrupted (e.g. broken Rspack `module` globals).
2727
// We will warn the user (as this is likely a mistake) and assume they cannot be refreshed.
2828
console.warn(
2929
`[React Refresh] Failed to get exports for module: ${moduleId}.`,

0 commit comments

Comments
 (0)