|
@@ -0,0 +1,89 @@
|
|
|
+
|
|
|
+ * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
|
+ * This devtool is neither made for production nor for readable output files.
|
|
|
+ * It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
|
+ * If you are trying to read the output file, select a different devtool (https:
|
|
|
+ * or disable the default devtool with "devtool: false".
|
|
|
+ * If you are looking for production-ready output files, see mode: "production" (https:
|
|
|
+ */
|
|
|
+ (function() {
|
|
|
+ "use strict";
|
|
|
+ var __webpack_modules__ = ({
|
|
|
+
|
|
|
+ "./src/add.js":
|
|
|
+
|
|
|
+ !*** ./src/add.js ***!
|
|
|
+ \********************/
|
|
|
+ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
+
|
|
|
+eval("__webpack_require__.r(__webpack_exports__);\nfunction add(x,y){\r\n return x + y\r\n}\r\n\r\n/* harmony default export */ __webpack_exports__[\"default\"] = (add);\n\n//# sourceURL=webpack:///./src/add.js?");
|
|
|
+
|
|
|
+ }),
|
|
|
+
|
|
|
+ "./src/count.js":
|
|
|
+
|
|
|
+ !*** ./src/count.js ***!
|
|
|
+ \**********************/
|
|
|
+ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
+
|
|
|
+eval("__webpack_require__.r(__webpack_exports__);\nfunction count(x,y){\r\n return x - y\r\n}\r\n\r\n/* harmony default export */ __webpack_exports__[\"default\"] = (count);\n\n//# sourceURL=webpack:///./src/count.js?");
|
|
|
+
|
|
|
+ }),
|
|
|
+
|
|
|
+ "./src/index.js":
|
|
|
+
|
|
|
+ !*** ./src/index.js ***!
|
|
|
+ \**********************/
|
|
|
+ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
+
|
|
|
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _add__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./add */ \"./src/add.js\");\n/* harmony import */ var _count__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./count */ \"./src/count.js\");\n\r\n\r\n\r\nconsole.log('index.js')\r\n\r\nconsole.log((0,_add__WEBPACK_IMPORTED_MODULE_0__.default)(1,2))\r\n\r\nconsole.log((0,_count__WEBPACK_IMPORTED_MODULE_1__.default)(4,3))\n\n//# sourceURL=webpack:///./src/index.js?");
|
|
|
+
|
|
|
+ })
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+
|
|
|
+ var __webpack_module_cache__ = {};
|
|
|
+
|
|
|
+
|
|
|
+ function __webpack_require__(moduleId) {
|
|
|
+
|
|
|
+ var cachedModule = __webpack_module_cache__[moduleId];
|
|
|
+ if (cachedModule !== undefined) {
|
|
|
+ return cachedModule.exports;
|
|
|
+ }
|
|
|
+
|
|
|
+ var module = __webpack_module_cache__[moduleId] = {
|
|
|
+
|
|
|
+
|
|
|
+ exports: {}
|
|
|
+ };
|
|
|
+
|
|
|
+
|
|
|
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
|
+
|
|
|
+
|
|
|
+ return module.exports;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ !function() {
|
|
|
+
|
|
|
+ __webpack_require__.r = function(exports) {
|
|
|
+ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
|
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
+ }
|
|
|
+ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
+ };
|
|
|
+ }();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ var __webpack_exports__ = __webpack_require__("./src/index.js");
|
|
|
+
|
|
|
+ })()
|
|
|
+;
|