You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It already detects bundles without an entry id (__webpack_require__.s = <id> or return __webpack_require__(<id>))
But what's left is extracting the entry module in the iife ((() => { ... })() at the bottom) instead of inside __webpack_modules__
Describe the bug
connot resolve webpack bundle like no entry
Expected Behaviour
unpack this bundle
Code
Logs
No response
The text was updated successfully, but these errors were encountered: