Created
August 14, 2016 08:14
-
-
Save chuck0523/d3a3a51ea4a458480d13eed2575f4d58 to your computer and use it in GitHub Desktop.
This file contains 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
/* 0 */ | |
/***/ function(module, exports, __webpack_require__) { | |
'use strict'; | |
var _greet = __webpack_require__(1); | |
var greet = _interopRequireWildcard(_greet); | |
function _interopRequireWildcard(obj) { | |
if (obj && obj.__esModule) { | |
return obj; | |
} else { | |
var newObj = {}; | |
if (obj != null) { | |
for (var key in obj) { | |
if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; | |
} | |
} | |
newObj.default = obj; | |
return newObj; | |
} | |
} | |
greet.default(); | |
greet.hello(); | |
/***/ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment