mirror of https://github.com/webpack/webpack.git
				
				
				
			docs: update examples
This commit is contained in:
		
							parent
							
								
									b3fa7564d2
								
							
						
					
					
						commit
						c9a267ad26
					
				| 
						 | 
				
			
			@ -216,8 +216,8 @@ module.exports = "a Ā 𐀀 文 🦄 Text\n";
 | 
			
		|||
  \***************************/
 | 
			
		||||
/*! default exports */
 | 
			
		||||
/*! exports [not provided] [no usage info] */
 | 
			
		||||
/*! runtime requirements: __webpack_require__.tb, module */
 | 
			
		||||
/***/ ((module) => {
 | 
			
		||||
/*! runtime requirements: __webpack_require__.*, __webpack_require__.tb, module */
 | 
			
		||||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
 | 
			
		||||
 | 
			
		||||
module.exports = __webpack_require__.tb("PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj48dGl0bGU+aWNvbi1zcXVhcmUtc21hbGw8L3RpdGxlPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0zMDAgLjFMNTY1IDE1MHYyOTkuOUwzMDAgNTk5LjggMzUgNDQ5LjlWMTUweiIvPjxwYXRoIGZpbGw9IiM4RUQ2RkIiIGQ9Ik01MTcuNyA0MzkuNUwzMDguOCA1NTcuOHYtOTJMNDM5IDM5NC4xbDc4LjcgNDUuNHptMTQuMy0xMi45VjE3OS40bC03Ni40IDQ0LjF2MTU5bDc2LjQgNDQuMXpNODEuNSA0MzkuNWwyMDguOSAxMTguMnYtOTJsLTEzMC4yLTcxLjYtNzguNyA0NS40em0tMTQuMy0xMi45VjE3OS40bDc2LjQgNDQuMXYxNTlsLTc2LjQgNDQuMXptOC45LTI2My4yTDI5MC40IDQyLjJ2ODlsLTEzNy4zIDc1LjUtMS4xLjYtNzUuOS00My45em00NDYuOSAwTDMwOC44IDQyLjJ2ODlMNDQ2IDIwNi44bDEuMS42IDc1LjktNDR6Ii8+PHBhdGggZmlsbD0iIzFDNzhDMCIgZD0iTTI5MC40IDQ0NC44TDE2MiAzNzQuMVYyMzQuMmwxMjguNCA3NC4xdjEzNi41em0xOC40IDBsMTI4LjQtNzAuNnYtMTQwbC0xMjguNCA3NC4xdjEzNi41ek0yOTkuNiAzMDN6bS0xMjktODVsMTI5LTcwLjlMNDI4LjUgMjE4bC0xMjguOSA3NC40LTEyOS03NC40eiIvPjwvc3ZnPgo=");
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -473,7 +473,7 @@ files.forEach(item => {
 | 
			
		|||
## webpack output
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
asset output.js 19.2 KiB [emitted] (name: main)
 | 
			
		||||
asset output.js 19.3 KiB [emitted] (name: main)
 | 
			
		||||
asset images/89a353e9c515885abd8e.png 14.6 KiB [emitted] [immutable] [from: images/file.png] (auxiliary name: main)
 | 
			
		||||
asset images/afc10c70ed4ce2b33593.svg 656 bytes [emitted] [immutable] [from: images/url.svg] (auxiliary name: main)
 | 
			
		||||
chunk (runtime: main) output.js (main) 12.4 KiB (javascript) 15.2 KiB (asset) 1.48 KiB (runtime) [entry] [rendered]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,14 +49,14 @@ module.exports = {
 | 
			
		|||
## Unoptimized
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
asset 30fb83edb03425aab690.js 36.3 KiB [emitted] [immutable] (name: main)
 | 
			
		||||
asset 3491d5911ac0056845e3.js 12 KiB [emitted] [immutable]
 | 
			
		||||
chunk (runtime: main) 30fb83edb03425aab690.js (main) 16.9 KiB (javascript) 4.92 KiB (runtime) [entry] [rendered]
 | 
			
		||||
asset c02e26dfd935780d12a7.js 37.2 KiB [emitted] [immutable] (name: main)
 | 
			
		||||
asset ac73469e04518b945dc6.js 12 KiB [emitted] [immutable]
 | 
			
		||||
chunk (runtime: main) c02e26dfd935780d12a7.js (main) 17 KiB (javascript) 4.92 KiB (runtime) [entry] [rendered]
 | 
			
		||||
  > ./example main
 | 
			
		||||
  runtime modules 4.92 KiB 6 modules
 | 
			
		||||
  dependent modules 16.9 KiB [dependent] 2 modules
 | 
			
		||||
  dependent modules 17 KiB [dependent] 2 modules
 | 
			
		||||
  ./example.js 42 bytes [built] [code generated]
 | 
			
		||||
chunk (runtime: main) 3491d5911ac0056845e3.js 7.83 KiB [rendered]
 | 
			
		||||
chunk (runtime: main) ac73469e04518b945dc6.js 7.83 KiB [rendered]
 | 
			
		||||
  > react-dom ./example.js 2:0-22
 | 
			
		||||
  dependent modules 6.5 KiB [dependent] 1 module
 | 
			
		||||
  ../../node_modules/react-dom/index.js 1.33 KiB [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -66,16 +66,16 @@ webpack X.X.X compiled successfully
 | 
			
		|||
## Production mode
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
asset eff9f67bb3cee614bbf0.js 9 KiB [emitted] [immutable] [minimized] (name: main) 1 related asset
 | 
			
		||||
asset cc0dab49b9ffcc161de2.js 3.55 KiB [emitted] [immutable] [minimized] 1 related asset
 | 
			
		||||
chunk (runtime: main) cc0dab49b9ffcc161de2.js 7.83 KiB [rendered]
 | 
			
		||||
asset 9d64348ec12b9b59f02c.js 9.01 KiB [emitted] [immutable] [minimized] (name: main) 1 related asset
 | 
			
		||||
asset b325a7e52ed93c36fd72.js 3.55 KiB [emitted] [immutable] [minimized] 1 related asset
 | 
			
		||||
chunk (runtime: main) b325a7e52ed93c36fd72.js 7.83 KiB [rendered]
 | 
			
		||||
  > react-dom ./example.js 2:0-22
 | 
			
		||||
  dependent modules 6.5 KiB [dependent] 1 module
 | 
			
		||||
  ../../node_modules/react-dom/index.js 1.33 KiB [built] [code generated]
 | 
			
		||||
chunk (runtime: main) eff9f67bb3cee614bbf0.js (main) 16.9 KiB (javascript) 4.92 KiB (runtime) [entry] [rendered]
 | 
			
		||||
chunk (runtime: main) 9d64348ec12b9b59f02c.js (main) 17 KiB (javascript) 4.92 KiB (runtime) [entry] [rendered]
 | 
			
		||||
  > ./example main
 | 
			
		||||
  runtime modules 4.92 KiB 6 modules
 | 
			
		||||
  dependent modules 16.9 KiB [dependent] 2 modules
 | 
			
		||||
  dependent modules 17 KiB [dependent] 2 modules
 | 
			
		||||
  ./example.js 42 bytes [built] [code generated]
 | 
			
		||||
webpack X.X.X compiled successfully
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -363,7 +363,7 @@ __webpack_require__.e(/*! import() */ "src_bootstrap_js").then(__webpack_require
 | 
			
		|||
 | 
			
		||||
/***/ }),
 | 
			
		||||
 | 
			
		||||
/***/ 9:
 | 
			
		||||
/***/ 8:
 | 
			
		||||
/*!*********************************************!*\
 | 
			
		||||
  !*** external "mfeBBB@/dist/bbb/mfeBBB.js" ***!
 | 
			
		||||
  \*********************************************/
 | 
			
		||||
| 
						 | 
				
			
			@ -390,7 +390,7 @@ module.exports = new Promise((resolve, reject) => {
 | 
			
		|||
 | 
			
		||||
/***/ }),
 | 
			
		||||
 | 
			
		||||
/***/ 11:
 | 
			
		||||
/***/ 10:
 | 
			
		||||
/*!*********************************************!*\
 | 
			
		||||
  !*** external "mfeCCC@/dist/ccc/mfeCCC.js" ***!
 | 
			
		||||
  \*********************************************/
 | 
			
		||||
| 
						 | 
				
			
			@ -596,28 +596,28 @@ module.exports = new Promise((resolve, reject) => {
 | 
			
		|||
/******/ 	(() => {
 | 
			
		||||
/******/ 		var chunkMapping = {
 | 
			
		||||
/******/ 			"src_bootstrap_js": [
 | 
			
		||||
/******/ 				8,
 | 
			
		||||
/******/ 				10
 | 
			
		||||
/******/ 				7,
 | 
			
		||||
/******/ 				9
 | 
			
		||||
/******/ 			],
 | 
			
		||||
/******/ 			"webpack_container_remote_mfe-c_Component2": [
 | 
			
		||||
/******/ 				24
 | 
			
		||||
/******/ 				23
 | 
			
		||||
/******/ 			]
 | 
			
		||||
/******/ 		};
 | 
			
		||||
/******/ 		var idToExternalAndNameMapping = {
 | 
			
		||||
/******/ 			"8": [
 | 
			
		||||
/******/ 			"7": [
 | 
			
		||||
/******/ 				"default",
 | 
			
		||||
/******/ 				"./Component",
 | 
			
		||||
/******/ 				9
 | 
			
		||||
/******/ 				8
 | 
			
		||||
/******/ 			],
 | 
			
		||||
/******/ 			"10": [
 | 
			
		||||
/******/ 			"9": [
 | 
			
		||||
/******/ 				"default",
 | 
			
		||||
/******/ 				"./Component",
 | 
			
		||||
/******/ 				11
 | 
			
		||||
/******/ 				10
 | 
			
		||||
/******/ 			],
 | 
			
		||||
/******/ 			"24": [
 | 
			
		||||
/******/ 			"23": [
 | 
			
		||||
/******/ 				"default",
 | 
			
		||||
/******/ 				"./Component2",
 | 
			
		||||
/******/ 				11
 | 
			
		||||
/******/ 				10
 | 
			
		||||
/******/ 			]
 | 
			
		||||
/******/ 		};
 | 
			
		||||
/******/ 		__webpack_require__.f.remotes = (chunkId, promises) => {
 | 
			
		||||
| 
						 | 
				
			
			@ -706,9 +706,9 @@ module.exports = new Promise((resolve, reject) => {
 | 
			
		|||
/******/ 			var promises = [];
 | 
			
		||||
/******/ 			switch(name) {
 | 
			
		||||
/******/ 				case "default": {
 | 
			
		||||
/******/ 					register("react", "19.1.1", () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/react/index.js */ 22))))));
 | 
			
		||||
/******/ 					initExternal(9);
 | 
			
		||||
/******/ 					initExternal(11);
 | 
			
		||||
/******/ 					register("react", "19.2.0", () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/react/index.js */ 21))))));
 | 
			
		||||
/******/ 					initExternal(8);
 | 
			
		||||
/******/ 					initExternal(10);
 | 
			
		||||
/******/ 				}
 | 
			
		||||
/******/ 				break;
 | 
			
		||||
/******/ 			}
 | 
			
		||||
| 
						 | 
				
			
			@ -847,14 +847,12 @@ module.exports = new Promise((resolve, reject) => {
 | 
			
		|||
/******/ 		});
 | 
			
		||||
/******/ 		var installedModules = {};
 | 
			
		||||
/******/ 		var moduleToHandlerMapping = {
 | 
			
		||||
/******/ 			5: () => (loadSingletonVersion("default", "react", false, [1,19,1,1], () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! react */ 22))))))),
 | 
			
		||||
/******/ 			6: () => (loadSingletonVersion("default", "react", false, [1,19,0,0], () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! react */ 22)))))))
 | 
			
		||||
/******/ 			5: () => (loadSingletonVersion("default", "react", false, [1,19,2,0], () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! react */ 21)))))))
 | 
			
		||||
/******/ 		};
 | 
			
		||||
/******/ 		// no consumes in initial chunks
 | 
			
		||||
/******/ 		var chunkMapping = {
 | 
			
		||||
/******/ 			"src_bootstrap_js": [
 | 
			
		||||
/******/ 				5,
 | 
			
		||||
/******/ 				6
 | 
			
		||||
/******/ 				5
 | 
			
		||||
/******/ 			]
 | 
			
		||||
/******/ 		};
 | 
			
		||||
/******/ 		var startedInstallModules = {};
 | 
			
		||||
| 
						 | 
				
			
			@ -1234,7 +1232,7 @@ __webpack_require__.d(exports, {
 | 
			
		|||
/******/ 			switch(name) {
 | 
			
		||||
/******/ 				case "default": {
 | 
			
		||||
/******/ 					register("date-fns", "4.1.0", () => (__webpack_require__.e("vendors-node_modules_date-fns_index_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/date-fns/index.js */ 6))))));
 | 
			
		||||
/******/ 					register("react", "19.1.1", () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/react/index.js */ 309))))));
 | 
			
		||||
/******/ 					register("react", "19.2.0", () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! ../../node_modules/react/index.js */ 309))))));
 | 
			
		||||
/******/ 				}
 | 
			
		||||
/******/ 				break;
 | 
			
		||||
/******/ 			}
 | 
			
		||||
| 
						 | 
				
			
			@ -1373,7 +1371,7 @@ __webpack_require__.d(exports, {
 | 
			
		|||
/******/ 		});
 | 
			
		||||
/******/ 		var installedModules = {};
 | 
			
		||||
/******/ 		var moduleToHandlerMapping = {
 | 
			
		||||
/******/ 			4: () => (loadSingletonVersion("default", "react", false, [1,19,0,0], () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! react */ 309))))))),
 | 
			
		||||
/******/ 			4: () => (loadSingletonVersion("default", "react", false, [1,19,2,0], () => (__webpack_require__.e("vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__(/*! react */ 309))))))),
 | 
			
		||||
/******/ 			5: () => (loadStrictVersion("default", "date-fns", false, [1,4,0,0], () => (__webpack_require__.e("vendors-node_modules_date-fns_index_js").then(() => (() => (__webpack_require__(/*! date-fns */ 6)))))))
 | 
			
		||||
/******/ 		};
 | 
			
		||||
/******/ 		// no consumes in initial chunks
 | 
			
		||||
| 
						 | 
				
			
			@ -1915,7 +1913,7 @@ __webpack_require__.d(exports, {
 | 
			
		|||
/******/ 		});
 | 
			
		||||
/******/ 		var installedModules = {};
 | 
			
		||||
/******/ 		var moduleToHandlerMapping = {
 | 
			
		||||
/******/ 			4: () => (loadSingletonVersion("default", "react", false, [1,19,0,0])),
 | 
			
		||||
/******/ 			4: () => (loadSingletonVersion("default", "react", false, [1,19,2,0])),
 | 
			
		||||
/******/ 			5: () => (loadStrictVersion("default", "date-fns", false, [1,4,0,0], () => (__webpack_require__.e("vendors-node_modules_date-fns_index_js").then(() => (() => (__webpack_require__(/*! date-fns */ 8))))))),
 | 
			
		||||
/******/ 			7: () => (loadStrictVersion("default", "lodash/random", false, [1,4,17,19], () => (__webpack_require__.e("vendors-node_modules_lodash_random_js").then(() => (() => (__webpack_require__(/*! lodash/random */ 311)))))))
 | 
			
		||||
/******/ 		};
 | 
			
		||||
| 
						 | 
				
			
			@ -2078,25 +2076,24 @@ __webpack_require__.d(exports, {
 | 
			
		|||
```
 | 
			
		||||
app:
 | 
			
		||||
  asset src_bootstrap_js.js 43.8 KiB [emitted]
 | 
			
		||||
  asset app.js 30.1 KiB [emitted] (name: app)
 | 
			
		||||
  asset vendors-node_modules_react_index_js.js 27.5 KiB [emitted] (id hint: vendors)
 | 
			
		||||
  chunk (runtime: app) app.js (app) 672 bytes (javascript) 42 bytes (share-init) 19 KiB (runtime) [entry] [rendered]
 | 
			
		||||
  asset app.js 29.9 KiB [emitted] (name: app)
 | 
			
		||||
  asset vendors-node_modules_react_index_js.js 28.4 KiB [emitted] (id hint: vendors)
 | 
			
		||||
  chunk (runtime: app) app.js (app) 672 bytes (javascript) 42 bytes (share-init) 18.8 KiB (runtime) [entry] [rendered]
 | 
			
		||||
    > ./src/index.js app
 | 
			
		||||
    runtime modules 19 KiB 13 modules
 | 
			
		||||
    runtime modules 18.8 KiB 13 modules
 | 
			
		||||
    built modules 672 bytes (javascript) 42 bytes (share-init) [built]
 | 
			
		||||
      ./src/index.js 588 bytes [built] [code generated]
 | 
			
		||||
      external "mfeBBB@/dist/bbb/mfeBBB.js" 42 bytes [built] [code generated]
 | 
			
		||||
      external "mfeCCC@/dist/ccc/mfeCCC.js" 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) src_bootstrap_js.js 26.3 KiB (javascript) 84 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [rendered]
 | 
			
		||||
      provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) src_bootstrap_js.js 26.3 KiB (javascript) 42 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [rendered]
 | 
			
		||||
    > ./bootstrap ./src/index.js 10:0-21
 | 
			
		||||
    dependent modules 25.9 KiB (javascript) 84 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [dependent] 17 modules
 | 
			
		||||
    dependent modules 25.9 KiB (javascript) 42 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [dependent] 16 modules
 | 
			
		||||
    ./src/bootstrap.js 380 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) vendors-node_modules_react_index_js.js (id hint: vendors) 16.9 KiB [rendered] reused as split chunk (cache group: defaultVendors)
 | 
			
		||||
    > provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js
 | 
			
		||||
    > consume shared module (default) react@^19.1.1 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    > consume shared module (default) react@^19.0.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    dependent modules 16.7 KiB [dependent] 1 module
 | 
			
		||||
  chunk (runtime: app) vendors-node_modules_react_index_js.js (id hint: vendors) 17 KiB [rendered] reused as split chunk (cache group: defaultVendors)
 | 
			
		||||
    > provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js
 | 
			
		||||
    > consume shared module (default) react@^19.2.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    dependent modules 16.8 KiB [dependent] 1 module
 | 
			
		||||
    ../../node_modules/react/index.js 186 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) 6 bytes (remote) 6 bytes (share-init)
 | 
			
		||||
    > mfe-c/Component2 ./src/App.js 7:49-75
 | 
			
		||||
| 
						 | 
				
			
			@ -2106,7 +2103,7 @@ app:
 | 
			
		|||
mfe-b:
 | 
			
		||||
  assets by chunk 1020 KiB (id hint: vendors)
 | 
			
		||||
    asset vendors-node_modules_date-fns_index_js.js 995 KiB [emitted] (id hint: vendors)
 | 
			
		||||
    asset vendors-node_modules_react_index_js.js 27.5 KiB [emitted] (id hint: vendors)
 | 
			
		||||
    asset vendors-node_modules_react_index_js.js 28.4 KiB [emitted] (id hint: vendors)
 | 
			
		||||
  asset mfeBBB.js 24.6 KiB [emitted] (name: mfeBBB)
 | 
			
		||||
  asset src-b_Component_js.js 2.25 KiB [emitted]
 | 
			
		||||
  chunk (runtime: mfeBBB) mfeBBB.js (mfeBBB) 42 bytes (javascript) 84 bytes (share-init) 16.2 KiB (runtime) [entry] [rendered]
 | 
			
		||||
| 
						 | 
				
			
			@ -2115,7 +2112,7 @@ mfe-b:
 | 
			
		|||
    built modules 42 bytes (javascript) 84 bytes (share-init) [built]
 | 
			
		||||
      container entry 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) date-fns@4.1.0 = ../../node_modules/dat...(truncated) 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: mfeBBB) src-b_Component_js.js 752 bytes (javascript) 84 bytes (consume-shared) [rendered]
 | 
			
		||||
    > ./src-b/Component container entry ./Component
 | 
			
		||||
    dependent modules 84 bytes [dependent] 2 modules
 | 
			
		||||
| 
						 | 
				
			
			@ -2125,10 +2122,10 @@ mfe-b:
 | 
			
		|||
    > consume shared module (default) date-fns@^4.0.0 (strict) (fallback: ../../node_modules/date-fns/index.js)
 | 
			
		||||
    dependent modules 512 KiB [dependent] 302 modules
 | 
			
		||||
    ../../node_modules/date-fns/index.js 8.68 KiB [built] [code generated]
 | 
			
		||||
  chunk (runtime: mfeBBB) vendors-node_modules_react_index_js.js (id hint: vendors) 16.9 KiB [rendered] reused as split chunk (cache group: defaultVendors)
 | 
			
		||||
    > provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js
 | 
			
		||||
    > consume shared module (default) react@^19.0.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    dependent modules 16.7 KiB [dependent] 1 module
 | 
			
		||||
  chunk (runtime: mfeBBB) vendors-node_modules_react_index_js.js (id hint: vendors) 17 KiB [rendered] reused as split chunk (cache group: defaultVendors)
 | 
			
		||||
    > provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js
 | 
			
		||||
    > consume shared module (default) react@^19.2.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    dependent modules 16.8 KiB [dependent] 1 module
 | 
			
		||||
    ../../node_modules/react/index.js 186 bytes [built] [code generated]
 | 
			
		||||
  mfe-b (webpack X.X.X) compiled successfully
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2167,7 +2164,7 @@ mfe-c:
 | 
			
		|||
  chunk (runtime: mfeCCC) 42 bytes split chunk (cache group: default)
 | 
			
		||||
    > ./src-c/Component container entry ./Component
 | 
			
		||||
    > ./src-c/LazyComponent container entry ./Component2
 | 
			
		||||
    consume shared module (default) react@^19.0.0 (singleton) 42 bytes [built] [code generated]
 | 
			
		||||
    consume shared module (default) react@^19.2.0 (singleton) 42 bytes [built] [code generated]
 | 
			
		||||
  mfe-c (webpack X.X.X) compiled successfully
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2176,25 +2173,24 @@ mfe-c:
 | 
			
		|||
```
 | 
			
		||||
app:
 | 
			
		||||
  asset src_bootstrap_js.js 12.5 KiB [emitted] [minimized] 1 related asset
 | 
			
		||||
  asset app.js 7.62 KiB [emitted] [minimized] (name: app)
 | 
			
		||||
  asset node_modules_react_index_js.js 7.44 KiB [emitted] [minimized] 1 related asset
 | 
			
		||||
  chunk (runtime: app) app.js (app) 672 bytes (javascript) 42 bytes (share-init) 18.9 KiB (runtime) [entry] [rendered]
 | 
			
		||||
  asset app.js 7.52 KiB [emitted] [minimized] (name: app)
 | 
			
		||||
  asset node_modules_react_index_js.js 7.46 KiB [emitted] [minimized] 1 related asset
 | 
			
		||||
  chunk (runtime: app) app.js (app) 672 bytes (javascript) 42 bytes (share-init) 18.7 KiB (runtime) [entry] [rendered]
 | 
			
		||||
    > ./src/index.js app
 | 
			
		||||
    runtime modules 18.9 KiB 13 modules
 | 
			
		||||
    runtime modules 18.7 KiB 13 modules
 | 
			
		||||
    built modules 672 bytes (javascript) 42 bytes (share-init) [built]
 | 
			
		||||
      ./src/index.js 588 bytes [built] [code generated]
 | 
			
		||||
      external "mfeBBB@/dist/bbb/mfeBBB.js" 42 bytes [built] [code generated]
 | 
			
		||||
      external "mfeCCC@/dist/ccc/mfeCCC.js" 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) node_modules_react_index_js.js 16.9 KiB [rendered]
 | 
			
		||||
    > provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js
 | 
			
		||||
    > consume shared module (default) react@^19.1.1 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    > consume shared module (default) react@^19.0.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    dependent modules 16.7 KiB [dependent] 1 module
 | 
			
		||||
      provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) node_modules_react_index_js.js 17 KiB [rendered]
 | 
			
		||||
    > consume shared module (default) react@^19.2.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    > provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js
 | 
			
		||||
    dependent modules 16.8 KiB [dependent] 1 module
 | 
			
		||||
    ../../node_modules/react/index.js 186 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) src_bootstrap_js.js 26.3 KiB (javascript) 84 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [rendered]
 | 
			
		||||
  chunk (runtime: app) src_bootstrap_js.js 26.3 KiB (javascript) 42 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [rendered]
 | 
			
		||||
    > ./bootstrap ./src/index.js 10:0-21
 | 
			
		||||
    dependent modules 7.83 KiB (javascript) 84 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [dependent] 6 modules
 | 
			
		||||
    dependent modules 7.83 KiB (javascript) 42 bytes (consume-shared) 12 bytes (remote) 12 bytes (share-init) [dependent] 5 modules
 | 
			
		||||
    ./src/bootstrap.js + 11 modules 18.4 KiB [built] [code generated]
 | 
			
		||||
  chunk (runtime: app) 6 bytes (remote) 6 bytes (share-init)
 | 
			
		||||
    > mfe-c/Component2 ./src/App.js 7:49-75
 | 
			
		||||
| 
						 | 
				
			
			@ -2203,7 +2199,7 @@ app:
 | 
			
		|||
 | 
			
		||||
mfe-b:
 | 
			
		||||
  asset vendors-node_modules_date-fns_index_js.js 70.4 KiB [emitted] [minimized] (id hint: vendors)
 | 
			
		||||
  asset node_modules_react_index_js.js 7.44 KiB [emitted] [minimized] 1 related asset
 | 
			
		||||
  asset node_modules_react_index_js.js 7.46 KiB [emitted] [minimized] 1 related asset
 | 
			
		||||
  asset mfeBBB.js 6.3 KiB [emitted] [minimized] (name: mfeBBB)
 | 
			
		||||
  asset src-b_Component_js.js 489 bytes [emitted] [minimized]
 | 
			
		||||
  chunk (runtime: mfeBBB) mfeBBB.js (mfeBBB) 42 bytes (javascript) 84 bytes (share-init) 16 KiB (runtime) [entry] [rendered]
 | 
			
		||||
| 
						 | 
				
			
			@ -2212,11 +2208,11 @@ mfe-b:
 | 
			
		|||
    built modules 42 bytes (javascript) 84 bytes (share-init) [built]
 | 
			
		||||
      container entry 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) date-fns@4.1.0 = ../../node_modules/dat...(truncated) 42 bytes [built] [code generated]
 | 
			
		||||
      provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: mfeBBB) node_modules_react_index_js.js 16.9 KiB [rendered]
 | 
			
		||||
    > provide shared module (default) react@19.1.1 = ../../node_modules/react/index.js
 | 
			
		||||
    > consume shared module (default) react@^19.0.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    dependent modules 16.7 KiB [dependent] 1 module
 | 
			
		||||
      provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js 42 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: mfeBBB) node_modules_react_index_js.js 17 KiB [rendered]
 | 
			
		||||
    > consume shared module (default) react@^19.2.0 (singleton) (fallback: ../../node_modules/react/index.js)
 | 
			
		||||
    > provide shared module (default) react@19.2.0 = ../../node_modules/react/index.js
 | 
			
		||||
    dependent modules 16.8 KiB [dependent] 1 module
 | 
			
		||||
    ../../node_modules/react/index.js 186 bytes [built] [code generated]
 | 
			
		||||
  chunk (runtime: mfeBBB) src-b_Component_js.js 752 bytes (javascript) 84 bytes (consume-shared) [rendered]
 | 
			
		||||
    > ./src-b/Component container entry ./Component
 | 
			
		||||
| 
						 | 
				
			
			@ -2230,10 +2226,10 @@ mfe-b:
 | 
			
		|||
 | 
			
		||||
mfe-c:
 | 
			
		||||
  asset vendors-node_modules_date-fns_index_js.js 70.4 KiB [emitted] [minimized] (id hint: vendors)
 | 
			
		||||
  asset mfeCCC.js 6.84 KiB [emitted] [minimized] (name: mfeCCC)
 | 
			
		||||
  asset mfeCCC.js 6.83 KiB [emitted] [minimized] (name: mfeCCC)
 | 
			
		||||
  asset node_modules_lodash_random_js.js 3.13 KiB [emitted] [minimized]
 | 
			
		||||
  asset src-c_LazyComponent_js.js 533 bytes [emitted] [minimized]
 | 
			
		||||
  asset src-c_Component_js.js 488 bytes [emitted] [minimized]
 | 
			
		||||
  asset src-c_LazyComponent_js.js 532 bytes [emitted] [minimized]
 | 
			
		||||
  asset src-c_Component_js.js 487 bytes [emitted] [minimized]
 | 
			
		||||
  chunk (runtime: mfeCCC) mfeCCC.js (mfeCCC) 42 bytes (javascript) 84 bytes (share-init) 16.5 KiB (runtime) [entry] [rendered]
 | 
			
		||||
    > mfeCCC
 | 
			
		||||
    runtime modules 16.5 KiB 12 modules
 | 
			
		||||
| 
						 | 
				
			
			@ -2261,6 +2257,6 @@ mfe-c:
 | 
			
		|||
  chunk (runtime: mfeCCC) 42 bytes split chunk (cache group: default)
 | 
			
		||||
    > ./src-c/Component container entry ./Component
 | 
			
		||||
    > ./src-c/LazyComponent container entry ./Component2
 | 
			
		||||
    consume shared module (default) react@^19.0.0 (singleton) 42 bytes [built] [code generated]
 | 
			
		||||
    consume shared module (default) react@^19.2.0 (singleton) 42 bytes [built] [code generated]
 | 
			
		||||
  mfe-c (webpack X.X.X) compiled successfully
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -96,7 +96,7 @@ race = function(winner, ...runners) {
 | 
			
		|||
```
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
{"version":3,"file":"./bundle-source-map.js","mappings":";;;;;;;;;AAEU;;;AAAA;;AACV,OACE;EAAA,MAAQ,IAAI,CAAC,IAAb;EACA,QAAQ,MADR;EAEA,MAAQ,SAAC,CAAD;WAAO,IAAI,OAAO,CAAP;EAAX;AAFR,EAFQ;;;AAOV,OAAO,SAAC,MAAD,KAAS,OAAT;SACL,MAAM,MAAN,EAAc,OAAd;AADK","sources":["webpack:///./example.coffee"],"sourcesContent":["# Taken from http://coffeescript.org/\n\n# Objects:\nmath =\n  root:   Math.sqrt\n  square: square\n  cube:   (x) -> x * square x\n\n# Splats:\nrace = (winner, runners...) ->\n  print winner, runners\n"],"names":[],"sourceRoot":""}
 | 
			
		||||
{"version":3,"file":"./bundle-source-map.js","mappings":";;;;;;;;;AAEU;;;AAAA;;AACV,OACE;EAAA,MAAQ,IAAI,CAAC,IAAb;EACA,QAAQ,MADR;EAEA,MAAQ,SAAC,CAAD;WAAO,IAAI,OAAO,CAAP;EAAX;AAFR,EAFQ;;;AAOV,OAAO,SAAC,MAAD,KAAS,OAAT;SACL,MAAM,MAAN,EAAc,OAAd;AADK","sources":["webpack:///./example.coffee"],"sourcesContent":["# Taken from http://coffeescript.org/\n\n# Objects:\nmath =\n  root:   Math.sqrt\n  square: square\n  cube:   (x) -> x * square x\n\n# Splats:\nrace = (winner, runners...) ->\n  print winner, runners\n"],"names":[],"ignoreList":[],"sourceRoot":""}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## hidden-source-map.js and hidden-source-map.js.map
 | 
			
		||||
| 
						 | 
				
			
			@ -140,7 +140,7 @@ race = function(winner, ...runners) {
 | 
			
		|||
```
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
{"version":3,"file":"./bundle-hidden-source-map.js","mappings":";;;;;;;;;AAEU;;;AAAA;;AACV,OACE;EAAA,MAAQ,IAAI,CAAC,IAAb;EACA,QAAQ,MADR;EAEA,MAAQ,SAAC,CAAD;WAAO,IAAI,OAAO,CAAP;EAAX;AAFR,EAFQ;;;AAOV,OAAO,SAAC,MAAD,KAAS,OAAT;SACL,MAAM,MAAN,EAAc,OAAd;AADK","sources":["webpack:///./example.coffee"],"sourcesContent":["# Taken from http://coffeescript.org/\n\n# Objects:\nmath =\n  root:   Math.sqrt\n  square: square\n  cube:   (x) -> x * square x\n\n# Splats:\nrace = (winner, runners...) ->\n  print winner, runners\n"],"names":[],"sourceRoot":""}
 | 
			
		||||
{"version":3,"file":"./bundle-hidden-source-map.js","mappings":";;;;;;;;;AAEU;;;AAAA;;AACV,OACE;EAAA,MAAQ,IAAI,CAAC,IAAb;EACA,QAAQ,MADR;EAEA,MAAQ,SAAC,CAAD;WAAO,IAAI,OAAO,CAAP;EAAX;AAFR,EAFQ;;;AAOV,OAAO,SAAC,MAAD,KAAS,OAAT;SACL,MAAM,MAAN,EAAc,OAAd;AADK","sources":["webpack:///./example.coffee"],"sourcesContent":["# Taken from http://coffeescript.org/\n\n# Objects:\nmath =\n  root:   Math.sqrt\n  square: square\n  cube:   (x) -> x * square x\n\n# Splats:\nrace = (winner, runners...) ->\n  print winner, runners\n"],"names":[],"ignoreList":[],"sourceRoot":""}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## inline-source-map.js
 | 
			
		||||
| 
						 | 
				
			
			@ -181,13 +181,13 @@ race = function(winner, ...runners) {
 | 
			
		|||
/******/ var __webpack_exports__ = (__webpack_exec__(0));
 | 
			
		||||
/******/ }
 | 
			
		||||
]);
 | 
			
		||||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9idW5kbGUtaW5saW5lLXNvdXJjZS1tYXAuanMiLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBRVU7OztBQUFBOztBQUNWLE9BQ0U7RUFBQSxNQUFRLElBQUksQ0FBQyxJQUFiO0VBQ0EsUUFBUSxNQURSO0VBRUEsTUFBUSxTQUFDLENBQUQ7V0FBTyxJQUFJLE9BQU8sQ0FBUDtFQUFYO0FBRlIsRUFGUTs7O0FBT1YsT0FBTyxTQUFDLE1BQUQsS0FBUyxPQUFUO1NBQ0wsTUFBTSxNQUFOLEVBQWMsT0FBZDtBQURLIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWUiXSwic291cmNlc0NvbnRlbnQiOlsiIyBUYWtlbiBmcm9tIGh0dHA6Ly9jb2ZmZWVzY3JpcHQub3JnL1xuXG4jIE9iamVjdHM6XG5tYXRoID1cbiAgcm9vdDogICBNYXRoLnNxcnRcbiAgc3F1YXJlOiBzcXVhcmVcbiAgY3ViZTogICAoeCkgLT4geCAqIHNxdWFyZSB4XG5cbiMgU3BsYXRzOlxucmFjZSA9ICh3aW5uZXIsIHJ1bm5lcnMuLi4pIC0+XG4gIHByaW50IHdpbm5lciwgcnVubmVyc1xuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9
 | 
			
		||||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9idW5kbGUtaW5saW5lLXNvdXJjZS1tYXAuanMiLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBRVU7OztBQUFBOztBQUNWLE9BQ0U7RUFBQSxNQUFRLElBQUksQ0FBQyxJQUFiO0VBQ0EsUUFBUSxNQURSO0VBRUEsTUFBUSxTQUFDLENBQUQ7V0FBTyxJQUFJLE9BQU8sQ0FBUDtFQUFYO0FBRlIsRUFGUTs7O0FBT1YsT0FBTyxTQUFDLE1BQUQsS0FBUyxPQUFUO1NBQ0wsTUFBTSxNQUFOLEVBQWMsT0FBZDtBQURLIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWUiXSwic291cmNlc0NvbnRlbnQiOlsiIyBUYWtlbiBmcm9tIGh0dHA6Ly9jb2ZmZWVzY3JpcHQub3JnL1xuXG4jIE9iamVjdHM6XG5tYXRoID1cbiAgcm9vdDogICBNYXRoLnNxcnRcbiAgc3F1YXJlOiBzcXVhcmVcbiAgY3ViZTogICAoeCkgLT4geCAqIHNxdWFyZSB4XG5cbiMgU3BsYXRzOlxucmFjZSA9ICh3aW5uZXIsIHJ1bm5lcnMuLi4pIC0+XG4gIHByaW50IHdpbm5lciwgcnVubmVyc1xuIl0sIm5hbWVzIjpbXSwiaWdub3JlTGlzdCI6W10sInNvdXJjZVJvb3QiOiIifQ==
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## nosources-source-map.js.map
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
{"version":3,"file":"./bundle-nosources-source-map.js","mappings":";;;;;;;;;AAEU;;;AAAA;;AACV,OACE;EAAA,MAAQ,IAAI,CAAC,IAAb;EACA,QAAQ,MADR;EAEA,MAAQ,SAAC,CAAD;WAAO,IAAI,OAAO,CAAP;EAAX;AAFR,EAFQ;;;AAOV,OAAO,SAAC,MAAD,KAAS,OAAT;SACL,MAAM,MAAN,EAAc,OAAd;AADK","sources":["webpack:///./example.coffee"],"names":[],"sourceRoot":""}
 | 
			
		||||
{"version":3,"file":"./bundle-nosources-source-map.js","mappings":";;;;;;;;;AAEU;;;AAAA;;AACV,OACE;EAAA,MAAQ,IAAI,CAAC,IAAb;EACA,QAAQ,MADR;EAEA,MAAQ,SAAC,CAAD;WAAO,IAAI,OAAO,CAAP;EAAX;AAFR,EAFQ;;;AAOV,OAAO,SAAC,MAAD,KAAS,OAAT;SACL,MAAM,MAAN,EAAc,OAAd;AADK","sources":["webpack:///./example.coffee"],"names":[],"ignoreList":[],"sourceRoot":""}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## eval-source-map.js
 | 
			
		||||
| 
						 | 
				
			
			@ -210,7 +210,7 @@ race = function(winner, ...runners) {
 | 
			
		|||
/*! runtime requirements:  */
 | 
			
		||||
/***/ (() => {
 | 
			
		||||
 | 
			
		||||
eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWU/MjQxNiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFVTs7O0FBQUEsSUFBQSxJQUFBLEVBQUE7O0FBQ1YsSUFBQSxHQUNFO0VBQUEsSUFBQSxFQUFRLElBQUksQ0FBQyxJQUFiO0VBQ0EsTUFBQSxFQUFRLE1BRFI7RUFFQSxJQUFBLEVBQVEsUUFBQSxDQUFDLENBQUQsQ0FBQTtXQUFPLENBQUEsR0FBSSxNQUFBLENBQU8sQ0FBUDtFQUFYO0FBRlIsRUFGUTs7O0FBT1YsSUFBQSxHQUFPLFFBQUEsQ0FBQyxNQUFELEVBQUEsR0FBUyxPQUFULENBQUE7U0FDTCxLQUFBLENBQU0sTUFBTixFQUFjLE9BQWQ7QUFESyIsInNvdXJjZXNDb250ZW50IjpbIiMgVGFrZW4gZnJvbSBodHRwOi8vY29mZmVlc2NyaXB0Lm9yZy9cblxuIyBPYmplY3RzOlxubWF0aCA9XG4gIHJvb3Q6ICAgTWF0aC5zcXJ0XG4gIHNxdWFyZTogc3F1YXJlXG4gIGN1YmU6ICAgKHgpIC0+IHggKiBzcXVhcmUgeFxuXG4jIFNwbGF0czpcbnJhY2UgPSAod2lubmVyLCBydW5uZXJzLi4uKSAtPlxuICBwcmludCB3aW5uZXIsIHJ1bm5lcnNcbiJdLCJmaWxlIjoiMC5qcyJ9\n//# sourceURL=webpack-internal:///0\n\n}");
 | 
			
		||||
eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWU/MjQxNiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFVTs7O0FBQUEsSUFBQSxJQUFBLEVBQUE7O0FBQ1YsSUFBQSxHQUNFO0VBQUEsSUFBQSxFQUFRLElBQUksQ0FBQyxJQUFiO0VBQ0EsTUFBQSxFQUFRLE1BRFI7RUFFQSxJQUFBLEVBQVEsUUFBQSxDQUFDLENBQUQsQ0FBQTtXQUFPLENBQUEsR0FBSSxNQUFBLENBQU8sQ0FBUDtFQUFYO0FBRlIsRUFGUTs7O0FBT1YsSUFBQSxHQUFPLFFBQUEsQ0FBQyxNQUFELEVBQUEsR0FBUyxPQUFULENBQUE7U0FDTCxLQUFBLENBQU0sTUFBTixFQUFjLE9BQWQ7QUFESyIsInNvdXJjZXNDb250ZW50IjpbIiMgVGFrZW4gZnJvbSBodHRwOi8vY29mZmVlc2NyaXB0Lm9yZy9cblxuIyBPYmplY3RzOlxubWF0aCA9XG4gIHJvb3Q6ICAgTWF0aC5zcXJ0XG4gIHNxdWFyZTogc3F1YXJlXG4gIGN1YmU6ICAgKHgpIC0+IHggKiBzcXVhcmUgeFxuXG4jIFNwbGF0czpcbnJhY2UgPSAod2lubmVyLCBydW5uZXJzLi4uKSAtPlxuICBwcmludCB3aW5uZXIsIHJ1bm5lcnNcbiJdLCJmaWxlIjoiMC5qcyIsImlnbm9yZUxpc3QiOltdfQ==\n//# sourceURL=webpack-internal:///0\n\n}");
 | 
			
		||||
 | 
			
		||||
/***/ })
 | 
			
		||||
],
 | 
			
		||||
| 
						 | 
				
			
			@ -272,7 +272,7 @@ eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\
 | 
			
		|||
/*! runtime requirements:  */
 | 
			
		||||
/***/ (() => {
 | 
			
		||||
 | 
			
		||||
eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMC5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWU/ZWU1OCJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUYWtlbiBmcm9tIGh0dHA6Ly9jb2ZmZWVzY3JpcHQub3JnL1xuXG4vLyBPYmplY3RzOlxudmFyIG1hdGgsIHJhY2U7XG5cbm1hdGggPSB7XG4gIHJvb3Q6IE1hdGguc3FydCxcbiAgc3F1YXJlOiBzcXVhcmUsXG4gIGN1YmU6IGZ1bmN0aW9uKHgpIHtcbiAgICByZXR1cm4geCAqIHNxdWFyZSh4KTtcbiAgfVxufTtcblxuLy8gU3BsYXRzOlxucmFjZSA9IGZ1bmN0aW9uKHdpbm5lciwgLi4ucnVubmVycykge1xuICByZXR1cm4gcHJpbnQod2lubmVyLCBydW5uZXJzKTtcbn07XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///0\n\n}");
 | 
			
		||||
eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMC5qcyIsIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWU/ZWU1OCJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUYWtlbiBmcm9tIGh0dHA6Ly9jb2ZmZWVzY3JpcHQub3JnL1xuXG4vLyBPYmplY3RzOlxudmFyIG1hdGgsIHJhY2U7XG5cbm1hdGggPSB7XG4gIHJvb3Q6IE1hdGguc3FydCxcbiAgc3F1YXJlOiBzcXVhcmUsXG4gIGN1YmU6IGZ1bmN0aW9uKHgpIHtcbiAgICByZXR1cm4geCAqIHNxdWFyZSh4KTtcbiAgfVxufTtcblxuLy8gU3BsYXRzOlxucmFjZSA9IGZ1bmN0aW9uKHdpbm5lciwgLi4ucnVubmVycykge1xuICByZXR1cm4gcHJpbnQod2lubmVyLCBydW5uZXJzKTtcbn07XG4iXSwibmFtZXMiOltdLCJpZ25vcmVMaXN0IjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///0\n\n}");
 | 
			
		||||
 | 
			
		||||
/***/ })
 | 
			
		||||
],
 | 
			
		||||
| 
						 | 
				
			
			@ -303,7 +303,7 @@ eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\
 | 
			
		|||
/*! runtime requirements:  */
 | 
			
		||||
/***/ (() => {
 | 
			
		||||
 | 
			
		||||
eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWU/MjQxNiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFVTs7O0FBQUEsSUFBQSxJQUFBLEVBQUE7O0FBQ1YsSUFBQSxHQUNFO0VBQUEsSUFBQSxFQUFRLElBQUksQ0FBQyxJQUFiO0VBQ0EsTUFBQSxFQUFRLE1BRFI7RUFFQSxJQUFBLEVBQVEsUUFBQSxDQUFDLENBQUQsQ0FBQTtXQUFPLENBQUEsR0FBSSxNQUFBLENBQU8sQ0FBUDtFQUFYO0FBRlIsRUFGUTs7O0FBT1YsSUFBQSxHQUFPLFFBQUEsQ0FBQyxNQUFELEVBQUEsR0FBUyxPQUFULENBQUE7U0FDTCxLQUFBLENBQU0sTUFBTixFQUFjLE9BQWQ7QUFESyIsInNvdXJjZXNDb250ZW50IjpbIiMgVGFrZW4gZnJvbSBodHRwOi8vY29mZmVlc2NyaXB0Lm9yZy9cblxuIyBPYmplY3RzOlxubWF0aCA9XG4gIHJvb3Q6ICAgTWF0aC5zcXJ0XG4gIHNxdWFyZTogc3F1YXJlXG4gIGN1YmU6ICAgKHgpIC0+IHggKiBzcXVhcmUgeFxuXG4jIFNwbGF0czpcbnJhY2UgPSAod2lubmVyLCBydW5uZXJzLi4uKSAtPlxuICBwcmludCB3aW5uZXIsIHJ1bm5lcnNcbiJdLCJmaWxlIjoiMC5qcyJ9\n//# sourceURL=webpack-internal:///0\n\n}");
 | 
			
		||||
eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vZXhhbXBsZS5jb2ZmZWU/MjQxNiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFVTs7O0FBQUEsSUFBQSxJQUFBLEVBQUE7O0FBQ1YsSUFBQSxHQUNFO0VBQUEsSUFBQSxFQUFRLElBQUksQ0FBQyxJQUFiO0VBQ0EsTUFBQSxFQUFRLE1BRFI7RUFFQSxJQUFBLEVBQVEsUUFBQSxDQUFDLENBQUQsQ0FBQTtXQUFPLENBQUEsR0FBSSxNQUFBLENBQU8sQ0FBUDtFQUFYO0FBRlIsRUFGUTs7O0FBT1YsSUFBQSxHQUFPLFFBQUEsQ0FBQyxNQUFELEVBQUEsR0FBUyxPQUFULENBQUE7U0FDTCxLQUFBLENBQU0sTUFBTixFQUFjLE9BQWQ7QUFESyIsInNvdXJjZXNDb250ZW50IjpbIiMgVGFrZW4gZnJvbSBodHRwOi8vY29mZmVlc2NyaXB0Lm9yZy9cblxuIyBPYmplY3RzOlxubWF0aCA9XG4gIHJvb3Q6ICAgTWF0aC5zcXJ0XG4gIHNxdWFyZTogc3F1YXJlXG4gIGN1YmU6ICAgKHgpIC0+IHggKiBzcXVhcmUgeFxuXG4jIFNwbGF0czpcbnJhY2UgPSAod2lubmVyLCBydW5uZXJzLi4uKSAtPlxuICBwcmludCB3aW5uZXIsIHJ1bm5lcnNcbiJdLCJmaWxlIjoiMC5qcyIsImlnbm9yZUxpc3QiOltdfQ==\n//# sourceURL=webpack-internal:///0\n\n}");
 | 
			
		||||
 | 
			
		||||
/***/ })
 | 
			
		||||
],
 | 
			
		||||
| 
						 | 
				
			
			@ -317,13 +317,13 @@ eval("{// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\
 | 
			
		|||
## cheap-module-source-map.js.map
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
{"version":3,"file":"./bundle-cheap-module-source-map.js","mappings":";;;;;;;;;AAEA;;;AAAA;;AACA;AACA;AACA;AACA;AAAA;AAAA;AAFA;;;AAKA;AACA;AADA","sources":["webpack:///./example.coffee"],"sourcesContent":["# Taken from http://coffeescript.org/\n\n# Objects:\nmath =\n  root:   Math.sqrt\n  square: square\n  cube:   (x) -> x * square x\n\n# Splats:\nrace = (winner, runners...) ->\n  print winner, runners\n"],"names":[],"sourceRoot":""}
 | 
			
		||||
{"version":3,"file":"./bundle-cheap-module-source-map.js","mappings":";;;;;;;;;AAEA;;;AAAA;;AACA;AACA;AACA;AACA;AAAA;AAAA;AAFA;;;AAKA;AACA;AADA","sources":["webpack:///./example.coffee"],"sourcesContent":["# Taken from http://coffeescript.org/\n\n# Objects:\nmath =\n  root:   Math.sqrt\n  square: square\n  cube:   (x) -> x * square x\n\n# Splats:\nrace = (winner, runners...) ->\n  print winner, runners\n"],"names":[],"ignoreList":[],"sourceRoot":""}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## cheap-source-map.js.map
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
{"version":3,"file":"./bundle-cheap-source-map.js","mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["webpack:///./example.coffee"],"sourcesContent":["// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n"],"names":[],"sourceRoot":""}
 | 
			
		||||
{"version":3,"file":"./bundle-cheap-source-map.js","mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["webpack:///./example.coffee"],"sourcesContent":["// Taken from http://coffeescript.org/\n\n// Objects:\nvar math, race;\n\nmath = {\n  root: Math.sqrt,\n  square: square,\n  cube: function(x) {\n    return x * square(x);\n  }\n};\n\n// Splats:\nrace = function(winner, ...runners) {\n  return print(winner, runners);\n};\n"],"names":[],"ignoreList":[],"sourceRoot":""}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# webpack output
 | 
			
		||||
| 
						 | 
				
			
			@ -343,8 +343,8 @@ chunk (runtime: runtime~bundle) ./runtime~bundle-eval.js (runtime~bundle) 2.45 K
 | 
			
		|||
webpack X.X.X compiled successfully
 | 
			
		||||
 | 
			
		||||
asset ./runtime~bundle-eval-cheap-source-map.js 5.45 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-eval-cheap-source-map.js 2.21 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 7.66 KiB = ./runtime~bundle-eval-cheap-source-map.js 5.45 KiB ./bundle-eval-cheap-source-map.js 2.21 KiB
 | 
			
		||||
asset ./bundle-eval-cheap-source-map.js 2.23 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 7.68 KiB = ./runtime~bundle-eval-cheap-source-map.js 5.45 KiB ./bundle-eval-cheap-source-map.js 2.23 KiB
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-eval-cheap-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -356,8 +356,8 @@ chunk (runtime: runtime~bundle) ./runtime~bundle-eval-cheap-source-map.js (runti
 | 
			
		|||
webpack X.X.X compiled successfully
 | 
			
		||||
 | 
			
		||||
asset ./runtime~bundle-eval-cheap-module-source-map.js 5.45 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-eval-cheap-module-source-map.js 2.34 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 7.79 KiB = ./runtime~bundle-eval-cheap-module-source-map.js 5.45 KiB ./bundle-eval-cheap-module-source-map.js 2.34 KiB
 | 
			
		||||
asset ./bundle-eval-cheap-module-source-map.js 2.36 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 7.81 KiB = ./runtime~bundle-eval-cheap-module-source-map.js 5.45 KiB ./bundle-eval-cheap-module-source-map.js 2.36 KiB
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-eval-cheap-module-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -369,8 +369,8 @@ chunk (runtime: runtime~bundle) ./runtime~bundle-eval-cheap-module-source-map.js
 | 
			
		|||
webpack X.X.X compiled successfully
 | 
			
		||||
 | 
			
		||||
asset ./runtime~bundle-eval-source-map.js 5.45 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-eval-source-map.js 2.34 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 7.79 KiB = ./runtime~bundle-eval-source-map.js 5.45 KiB ./bundle-eval-source-map.js 2.34 KiB
 | 
			
		||||
asset ./bundle-eval-source-map.js 2.36 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 7.81 KiB = ./runtime~bundle-eval-source-map.js 5.45 KiB ./bundle-eval-source-map.js 2.36 KiB
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-eval-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -383,7 +383,7 @@ webpack X.X.X compiled successfully
 | 
			
		|||
 | 
			
		||||
asset ./runtime~bundle-cheap-source-map.js 4.97 KiB [emitted] (name: runtime~bundle) 1 related asset
 | 
			
		||||
asset ./bundle-cheap-source-map.js 938 bytes [emitted] (name: bundle) 1 related asset
 | 
			
		||||
Entrypoint bundle 5.88 KiB (4.83 KiB) = ./runtime~bundle-cheap-source-map.js 4.97 KiB ./bundle-cheap-source-map.js 938 bytes 2 auxiliary assets
 | 
			
		||||
Entrypoint bundle 5.88 KiB (4.87 KiB) = ./runtime~bundle-cheap-source-map.js 4.97 KiB ./bundle-cheap-source-map.js 938 bytes 2 auxiliary assets
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-cheap-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -396,7 +396,7 @@ webpack X.X.X compiled successfully
 | 
			
		|||
 | 
			
		||||
asset ./runtime~bundle-cheap-module-source-map.js 4.97 KiB [emitted] (name: runtime~bundle) 1 related asset
 | 
			
		||||
asset ./bundle-cheap-module-source-map.js 945 bytes [emitted] (name: bundle) 1 related asset
 | 
			
		||||
Entrypoint bundle 5.9 KiB (4.76 KiB) = ./runtime~bundle-cheap-module-source-map.js 4.97 KiB ./bundle-cheap-module-source-map.js 945 bytes 2 auxiliary assets
 | 
			
		||||
Entrypoint bundle 5.9 KiB (4.79 KiB) = ./runtime~bundle-cheap-module-source-map.js 4.97 KiB ./bundle-cheap-module-source-map.js 945 bytes 2 auxiliary assets
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-cheap-module-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -407,9 +407,9 @@ chunk (runtime: runtime~bundle) ./runtime~bundle-cheap-module-source-map.js (run
 | 
			
		|||
  runtime modules 2.45 KiB 3 modules
 | 
			
		||||
webpack X.X.X compiled successfully
 | 
			
		||||
 | 
			
		||||
asset ./runtime~bundle-inline-cheap-source-map.js 10.7 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-inline-cheap-source-map.js 1.62 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 12.4 KiB = ./runtime~bundle-inline-cheap-source-map.js 10.7 KiB ./bundle-inline-cheap-source-map.js 1.62 KiB
 | 
			
		||||
asset ./runtime~bundle-inline-cheap-source-map.js 10.8 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-inline-cheap-source-map.js 1.64 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 12.4 KiB = ./runtime~bundle-inline-cheap-source-map.js 10.8 KiB ./bundle-inline-cheap-source-map.js 1.64 KiB
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-inline-cheap-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -421,8 +421,8 @@ chunk (runtime: runtime~bundle) ./runtime~bundle-inline-cheap-source-map.js (run
 | 
			
		|||
webpack X.X.X compiled successfully
 | 
			
		||||
 | 
			
		||||
asset ./runtime~bundle-inline-cheap-module-source-map.js 10.8 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-inline-cheap-module-source-map.js 1.51 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 12.3 KiB = ./runtime~bundle-inline-cheap-module-source-map.js 10.8 KiB ./bundle-inline-cheap-module-source-map.js 1.51 KiB
 | 
			
		||||
asset ./bundle-inline-cheap-module-source-map.js 1.53 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 12.3 KiB = ./runtime~bundle-inline-cheap-module-source-map.js 10.8 KiB ./bundle-inline-cheap-module-source-map.js 1.53 KiB
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-inline-cheap-module-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -435,7 +435,7 @@ webpack X.X.X compiled successfully
 | 
			
		|||
 | 
			
		||||
asset ./runtime~bundle-source-map.js 4.96 KiB [emitted] (name: runtime~bundle) 1 related asset
 | 
			
		||||
asset ./bundle-source-map.js 932 bytes [emitted] (name: bundle) 1 related asset
 | 
			
		||||
Entrypoint bundle 5.87 KiB (4.86 KiB) = ./runtime~bundle-source-map.js 4.96 KiB ./bundle-source-map.js 932 bytes 2 auxiliary assets
 | 
			
		||||
Entrypoint bundle 5.87 KiB (4.89 KiB) = ./runtime~bundle-source-map.js 4.96 KiB ./bundle-source-map.js 932 bytes 2 auxiliary assets
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -447,8 +447,8 @@ chunk (runtime: runtime~bundle) ./runtime~bundle-source-map.js (runtime~bundle)
 | 
			
		|||
webpack X.X.X compiled successfully
 | 
			
		||||
 | 
			
		||||
asset ./runtime~bundle-inline-source-map.js 10.8 KiB [emitted] (name: runtime~bundle)
 | 
			
		||||
asset ./bundle-inline-source-map.js 1.64 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 12.4 KiB = ./runtime~bundle-inline-source-map.js 10.8 KiB ./bundle-inline-source-map.js 1.64 KiB
 | 
			
		||||
asset ./bundle-inline-source-map.js 1.66 KiB [emitted] (name: bundle)
 | 
			
		||||
Entrypoint bundle 12.4 KiB = ./runtime~bundle-inline-source-map.js 10.8 KiB ./bundle-inline-source-map.js 1.66 KiB
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-inline-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -461,7 +461,7 @@ webpack X.X.X compiled successfully
 | 
			
		|||
 | 
			
		||||
asset ./runtime~bundle-hidden-source-map.js 4.91 KiB [emitted] (name: runtime~bundle) 1 related asset
 | 
			
		||||
asset ./bundle-hidden-source-map.js 886 bytes [emitted] (name: bundle) 1 related asset
 | 
			
		||||
Entrypoint bundle 5.77 KiB (4.87 KiB) = ./runtime~bundle-hidden-source-map.js 4.91 KiB ./bundle-hidden-source-map.js 886 bytes 2 auxiliary assets
 | 
			
		||||
Entrypoint bundle 5.77 KiB (4.91 KiB) = ./runtime~bundle-hidden-source-map.js 4.91 KiB ./bundle-hidden-source-map.js 886 bytes 2 auxiliary assets
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-hidden-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			@ -474,7 +474,7 @@ webpack X.X.X compiled successfully
 | 
			
		|||
 | 
			
		||||
asset ./runtime~bundle-nosources-source-map.js 4.97 KiB [emitted] (name: runtime~bundle) 1 related asset
 | 
			
		||||
asset ./bundle-nosources-source-map.js 942 bytes [emitted] (name: bundle) 1 related asset
 | 
			
		||||
Entrypoint bundle 5.89 KiB (1.24 KiB) = ./runtime~bundle-nosources-source-map.js 4.97 KiB ./bundle-nosources-source-map.js 942 bytes 2 auxiliary assets
 | 
			
		||||
Entrypoint bundle 5.89 KiB (1.28 KiB) = ./runtime~bundle-nosources-source-map.js 4.97 KiB ./bundle-nosources-source-map.js 942 bytes 2 auxiliary assets
 | 
			
		||||
chunk (runtime: runtime~bundle) ./bundle-nosources-source-map.js (bundle) 256 bytes [initial] [rendered]
 | 
			
		||||
  > coffee-loader!./example.coffee bundle
 | 
			
		||||
  ../../node_modules/coffee-loader/dist/cjs.js!./example.coffee 256 bytes [built] [code generated]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -174,7 +174,7 @@ console.log((0,library__WEBPACK_IMPORTED_MODULE_0__.greet)(128));
 | 
			
		|||
# dist/output.js.map
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
{"version":3,"file":"output.js","mappings":";;;;;;;;;;;;;;;;;;AAAA,IAAM,KAAK,GAAG,UAAC,IAAY;IAC1B,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC9B,MAAM,IAAI,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAC1C,CAAC;IAED,OAAO,iBAAU,IAAI,MAAG,CAAC;AAC1B,CAAC,CAAC;AAEO,sBAAK;;;;;;UCRd;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;;;;;;;;;;;ACNgC;;AAEhC;AACA,YAAY,8CAAK;AACjB;AACA,YAAY,8CAAK","sources":["webpack:///./node_modules/library/src/index.ts","webpack:///webpack/bootstrap","webpack:///webpack/runtime/make namespace object","webpack:///./example.js"],"sourcesContent":["const greet = (name: string) => {\n\tif (typeof name !== \"string\") {\n\t\tthrow new TypeError(\"Invalid name type\");\n\t}\n\n\treturn `Hello, ${name}!`;\n};\n\nexport { greet }\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import { greet } from \"library\";\n\n// Valid value\nconsole.log(greet(\"world\"));\n// Wrong value\nconsole.log(greet(128));\n"],"names":[],"sourceRoot":""}
 | 
			
		||||
{"version":3,"file":"output.js","mappings":";;;;;;;;;;;;;;;;;;AAAA,IAAM,KAAK,GAAG,UAAC,IAAY;IAC1B,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC9B,MAAM,IAAI,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAC1C,CAAC;IAED,OAAO,iBAAU,IAAI,MAAG,CAAC;AAC1B,CAAC,CAAC;AAEO,sBAAK;;;;;;UCRd;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;;;;;;;;;;;ACNgC;;AAEhC;AACA,YAAY,8CAAK;AACjB;AACA,YAAY,8CAAK","sources":["webpack:///./node_modules/library/src/index.ts","webpack:///webpack/bootstrap","webpack:///webpack/runtime/make namespace object","webpack:///./example.js"],"sourcesContent":["const greet = (name: string) => {\n\tif (typeof name !== \"string\") {\n\t\tthrow new TypeError(\"Invalid name type\");\n\t}\n\n\treturn `Hello, ${name}!`;\n};\n\nexport { greet }\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import { greet } from \"library\";\n\n// Valid value\nconsole.log(greet(\"world\"));\n// Wrong value\nconsole.log(greet(128));\n"],"names":[],"ignoreList":[],"sourceRoot":""}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Info
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue