We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b54cf7 commit ce7bdaeCopy full SHA for ce7bdae
client/refreshUtils.js
@@ -23,7 +23,7 @@ function getModuleExports(moduleId) {
23
const maybeModule = __webpack_require__.c[moduleId];
24
if (typeof maybeModule === 'undefined') {
25
// `moduleId` is available but the module in cache is unavailable,
26
- // which indicates the module is somehow corrupted (e.g. broken Webpacak `module` globals).
+ // which indicates the module is somehow corrupted (e.g. broken Rspack `module` globals).
27
// We will warn the user (as this is likely a mistake) and assume they cannot be refreshed.
28
console.warn(
29
`[React Refresh] Failed to get exports for module: ${moduleId}.`,
0 commit comments