Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created August 14, 2016 08:14
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 chuck0523/d3a3a51ea4a458480d13eed2575f4d58 to your computer and use it in GitHub Desktop.
Save chuck0523/d3a3a51ea4a458480d13eed2575f4d58 to your computer and use it in GitHub Desktop.
/* 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