Skip to content

Instantly share code, notes, and snippets.

@sokcuri
Created April 18, 2016 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sokcuri/2d71520f52d40a52976b42f9222339d8 to your computer and use it in GitHub Desktop.
Save sokcuri/2d71520f52d40a52976b42f9222339d8 to your computer and use it in GitHub Desktop.
webpackjsonp로 패키지된 함수들을 콘솔에 출력합니다
webpackJsonp([0], {
0: function (e, t, n) {
var i = 0,
lib;
while (i < 2000) {
try {
lib = n(i);
}
catch (err) {
lib = null;
}
console.log(i, lib);
i++;
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment