|
@@ -68,24 +68,19 @@
|
|
|
/************************************************************************/
|
|
|
/******/ ([
|
|
|
/* 0 */
|
|
|
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
+/***/ (function(module, exports) {
|
|
|
+
|
|
|
+module.exports = "It works from app2.js.";
|
|
|
+
|
|
|
|
|
|
-"use strict";
|
|
|
-/* harmony export (immutable) */ __webpack_exports__["a"] = bar;
|
|
|
-function bar() {
|
|
|
- //
|
|
|
- }
|
|
|
|
|
|
/***/ }),
|
|
|
/* 1 */
|
|
|
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
-
|
|
|
-"use strict";
|
|
|
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__bar__ = __webpack_require__(0);
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
+document.write("It works.");
|
|
|
|
|
|
-__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_0__bar__["a" /* default */])();
|
|
|
+document.write(__webpack_require__(0));
|
|
|
|
|
|
/***/ })
|
|
|
/******/ ]);
|