Skip to content

Instantly share code, notes, and snippets.

@brigand
Created January 11, 2019 22:48
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 brigand/f1e032a0a1b8dbeeea0615c858db4e86 to your computer and use it in GitHub Desktop.
Save brigand/f1e032a0a1b8dbeeea0615c858db4e86 to your computer and use it in GitHub Desktop.
import { version } from './package.json'
console.log(version)
!(function(e) {
var t = {};
function r(n) {
if (t[n]) return t[n].exports;
var o = (t[n] = { i: n, l: !1, exports: {} });
return e[n].call(o.exports, o, o.exports, r), (o.l = !0), o.exports;
}
(r.m = e), (r.c = t), (r.d = function(e, t, n) {
r.o(e, t) || Object.defineProperty(e, t, { enumerable: !0, get: n });
}), (r.r = function(e) {
"undefined" != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, {
value: "Module"
}), Object.defineProperty(e, "__esModule", { value: !0 });
}), (r.t = function(e, t) {
if ((1 & t && (e = r(e)), 8 & t)) return e;
if (4 & t && "object" == typeof e && e && e.__esModule) return e;
var n = Object.create(null);
if (
(
r.r(n),
Object.defineProperty(n, "default", { enumerable: !0, value: e }),
2 & t && "string" != typeof e
)
)
for (var o in e)
r.d(
n,
o,
function(t) {
return e[t];
}.bind(null, o)
);
return n;
}), (r.n = function(e) {
var t = e && e.__esModule
? function() {
return e.default;
}
: function() {
return e;
};
return r.d(t, "a", t), t;
}), (r.o = function(e, t) {
return Object.prototype.hasOwnProperty.call(e, t);
}), (r.p = ""), r((r.s = 1));
})([
function(e) {
// ************************************************************************
// SGrover, see here...
e.exports = { a: "1.0.0" };
// ************************************************************************
},
function(e, t, r) {
"use strict";
r.r(t);
var n = r(0);
console.log(n.a);
}
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment