|
1 |
| -/* |
2 |
| - * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). |
3 |
| - * This devtool is not neither made for production nor for readable output files. |
4 |
| - * It uses "eval()" calls to create a separate source file in the browser devtools. |
5 |
| - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) |
6 |
| - * or disable the default devtool with "devtool: false". |
7 |
| - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). |
8 |
| - */ |
9 | 1 | /******/ (() => { // webpackBootstrap
|
10 | 2 | /******/ var __webpack_modules__ = ({
|
11 | 3 |
|
12 | 4 | /***/ 184:
|
13 | 5 | /***/ ((module) => {
|
14 | 6 |
|
15 | 7 | "use strict";
|
16 |
| -eval("// This file is used for frontend and backend\n\n\n// If compiled by the html-webpack-plugin\n// HTML_WEBPACK_PLUGIN is set to true:\nvar backend = typeof HTML_WEBPACK_PLUGIN !== 'undefined';\n\nmodule.exports = function () {\n return 'Hello World from ' + (backend ? 'backend' : 'frontend');\n};\n\n\n//# sourceURL=webpack:///./universial.js?"); |
| 8 | +// This file is used for frontend and backend |
| 9 | + |
| 10 | + |
| 11 | +// If compiled by the html-webpack-plugin |
| 12 | +// HTML_WEBPACK_PLUGIN is set to true: |
| 13 | +var backend = typeof HTML_WEBPACK_PLUGIN !== 'undefined'; |
| 14 | + |
| 15 | +module.exports = function () { |
| 16 | + return 'Hello World from ' + (backend ? 'backend' : 'frontend'); |
| 17 | +}; |
| 18 | + |
17 | 19 |
|
18 | 20 | /***/ }),
|
19 | 21 |
|
20 | 22 | /***/ 636:
|
21 | 23 | /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
22 | 24 |
|
23 | 25 | "use strict";
|
24 |
| -eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./main.css?"); |
| 26 | +__webpack_require__.r(__webpack_exports__); |
| 27 | +// extracted by mini-css-extract-plugin |
| 28 | + |
25 | 29 |
|
26 | 30 | /***/ })
|
27 | 31 |
|
@@ -64,7 +68,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extr
|
64 | 68 | /******/
|
65 | 69 | /************************************************************************/
|
66 | 70 | (() => {
|
67 |
| -eval("__webpack_require__(636);\n\nvar universal = __webpack_require__(184);\nvar h1 = document.createElement('h1');\nh1.innerHTML = universal();\n\ndocument.body.appendChild(h1);\n\n\n//# sourceURL=webpack:///./example.js?"); |
| 71 | +__webpack_require__(636); |
| 72 | + |
| 73 | +var universal = __webpack_require__(184); |
| 74 | +var h1 = document.createElement('h1'); |
| 75 | +h1.innerHTML = universal(); |
| 76 | + |
| 77 | +document.body.appendChild(h1); |
| 78 | + |
68 | 79 | })();
|
69 | 80 |
|
70 | 81 | /******/ })()
|
|
0 commit comments