Support for webpackJsonp
- Lingua principale
- JavaScript
- Stelle
- 737
- Fork
- 141
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hello, it would be fantastic to have support for files in the form of
(window.webpackJsonp = window.webpackJsonp || []).push(/* ... */);
Any way of making this work, please? 🙏🏻
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue asks to support webpackJsonp format bundles. Start by examining the parser in the source code, likely in a file like parser.js or index.js, to understand how current bundles (Browserify/Webpack) are processed. Look for where bundle structures are detected and add a condition for the webpackJsonp pattern. Test by running the tool on a sample webpackJsonp bundle to see if it can extract the source modules.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, webpack
- Ambito
- devtools
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100