Open AILHC opened 8 months ago
That's being reworked atm in #50
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