-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require.D #66
Comments
UPDATE: i found https://deploy-preview-50--webcrack.netlify.app/, i am now trying to find the CLI version for this. |
yeah its currently work in progress |
oh, fast reply, thanks. Do you know whether unpacking multiple js files will be possible? What if i just merge all of them into a single one? |
it unpacks only the first bundle it finds in a file |
sure, thank you so much |
i get this issue: npm ERR! npm ERR! code EUNSUPPORTEDPROTOCOL |
fixed |
Sorry if i am missinformed and could find the solution without opening an issue. I am also new to webpacks and the programming language overall.
I get this output on one of the files using the tool:
require.d isn't defined, this should be the func to export the functions to call them later on. Is it generated on purpose? What should i change in order for it to not give me an error?
The text was updated successfully, but these errors were encountered: