Skip to content

Instantly share code, notes, and snippets.

@SukantGujar
Created May 15, 2017 07:49
Show Gist options
  • Save SukantGujar/49d34b007c73a5e17d76657c6e441a6f to your computer and use it in GitHub Desktop.
Save SukantGujar/49d34b007c73a5e17d76657c6e441a6f to your computer and use it in GitHub Desktop.
Prepack experiments main.bundle.prepack.js
(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