1 | (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
2 | exports.a = 1
|
3 | /* common-shake removed: exports.b = */ void 2
|
4 | /* common-shake removed: exports.c = */ void 3
|
5 | /* common-shake removed: exports.d = */ void 4
|
6 | /* common-shake removed: exports.e = */ void 5
|
7 | /* common-shake removed: exports.f = */ void 6
|
8 | /* common-shake removed: exports.g = */ void 7
|
9 | /* common-shake removed: exports.h = */ void 8
|
10 |
|
11 | },{}],2:[function(require,module,exports){
|
12 | console.log(require('./a').a)
|
13 |
|
14 | },{"./a":1}]},{},[2]);
|