Skip to content

Unable to match certain webpack bundles #33

@mochaaP

Description

@mochaaP

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

https://fars.ee/FrBW.js

Logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwebpack

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions