Created
August 14, 2016 07:38
-
-
Save chuck0523/278339b7a5d6660a1eb63a240222ecd5 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 _greet2 = _interopRequireDefault(_greet); | |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | |
(0, _greet2.default)(); | |
(0, _greet.hello)(); | |
/***/ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment