Created
May 15, 2017 07:49
-
-
Save SukantGujar/49d34b007c73a5e17d76657c6e441a6f to your computer and use it in GitHub Desktop.
Prepack experiments main.bundle.prepack.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
var _$0 = this; | |
function $_0(level, message) { | |
return _3[level](message); | |
} | |
var _3 = console; | |
var _4 = $_0.bind(null, "error"); | |
var _5 = $_0.bind(null, "warn"); | |
var _6 = $_0.bind(null, "info"); | |
var _7 = $_0.bind(null, "debug"); | |
var _8 = $_0.bind(null, "silly"); | |
_$0["prepack-experiments"] = { | |
logger: { | |
LOG_STATUS_FLAGS: { | |
error: "error", | |
warn: "warn", | |
info: "info", | |
debug: "debug", | |
silly: "silly" | |
}, | |
target: _3, | |
error: _4, | |
warn: _5, | |
info: _6, | |
debug: _7, | |
silly: _8 | |
} | |
}; | |
}).call(this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment