-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
Description
Describe the bug
Could not recognize a certain webpack bundle.
Details
Webpack runtime requirements in the sample:
runtimeId = "__webpack_require__.j";onChunksLoaded = "__webpack_require__.O";nodeModuleDecorator = "__webpack_require__.nmd";ensureChunkHandlers = "__webpack_require__.f";hasOwnProperty = "__webpack_require__.o";ensureChunk = "__webpack_require__.e";exports = "__webpack_exports__";getChunkScriptFilename = "__webpack_require__.u";definePropertyGetters = "__webpack_require__.d";compatGetDefaultExport = "__webpack_require__.n";startup = "__webpack_require__.x";moduleFactories = "__webpack_require__.m";
All wrapped in an IIFE.
Expected Behaviour
__webpack_require__ and __webpack_modules__ should be inferred from usage, and unpacked correctly
Code
Logs
No response
Reactions are currently unavailable