Skip to content

Instantly share code, notes, and snippets.

@ckomop0x
Created June 13, 2019 14:32
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 ckomop0x/2b69ec329e23033ec364d64ded498bfb to your computer and use it in GitHub Desktop.
Save ckomop0x/2b69ec329e23033ec364d64ded498bfb to your computer and use it in GitHub Desktop.
Compiled for production main.js chunk
(window.webpackJsonp = window.webpackJsonp || []).push([[0], {
10: function(e, n, t) {
"use strict";
t.r(n);
// So here is our function compiled inside a component
var r = t(0)
, a = t.n(r)
, c = t(2)
, o = t.n(c);
function l(e, n) {
return e + n
}
t(9);
var u = document.getElementById("root");
o.a.render(a.a.createElement(function() {
return a.a.createElement("div", {
className: "App"
}, a.a.createElement("h1", null, "Re-export example"), a.a.createElement("p", null, l(5, 10)))
}, null), u)
},
3: function(e, n, t) {
e.exports = t(10)
},
9: function(e, n, t) {}
}, [[3, 1, 2]]]);
//# sourceMappingURL=main.e2563e9c.chunk.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment