Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpack/webpack: also match runtimeId as entrypoint #34

Closed
wants to merge 1 commit into from

Conversation

mochaaP
Copy link

@mochaaP mochaaP commented Dec 22, 2023

No description provided.

Copy link

netlify bot commented Dec 22, 2023

Deploy Preview for webcrack ready!

Name Link
🔨 Latest commit 8e60755
🔍 Latest deploy log https://app.netlify.com/sites/webcrack/deploys/65850dd4d657950008af1c6d
😎 Deploy Preview https://deploy-preview-34--webcrack.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mochaaP
Copy link
Author

mochaaP commented Dec 22, 2023

Updates #33

@mochaaP mochaaP closed this Dec 22, 2023
@mochaaP
Copy link
Author

mochaaP commented Dec 22, 2023

🤔 seems runtimeId does not serve the same purpose as entryId. Closing.

@mochaaP
Copy link
Author

mochaaP commented Dec 22, 2023

The actual entryId needs to be matched as below:

  __webpack_require__.x = () => {
    var __webpack_exports__ = __webpack_require__.O(undefined, [736, 885], () => __webpack_require__(36093 /* here */));
    return __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
  };

@j4k0xb j4k0xb added the webpack label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants