Skip to content

Commit

Permalink
Update spacepackEverywhere.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adryd325 authored Nov 15, 2024
1 parent 7a75014 commit cb43868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/spacepackEverywhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ function pushSpacepack(chunkObjectName) {
chunkObject.__spacepack_everywhere_injected = true;
chunkObject.push([["spacepack"], { spacepack: getSpacepack(chunkObjectName, true) }, onChunkLoaded]);
break;
case "legacy":
console.log("[wpTools] Legacy is not currently supported. Please share this site to https://github.com/moonlight-mod/webpackTools/issues/1 to help with development of legacy support");
break;
}
}

Expand Down

0 comments on commit cb43868

Please sign in to comment.