update examples

This commit is contained in:
Tobias Koppers 2019-11-15 00:06:30 +01:00
parent de1e11b0b5
commit 73081bb5c3
38 changed files with 3507 additions and 758 deletions

View File

@ -61,23 +61,23 @@ module.exports = {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
394.chunk.js 526 bytes [emitted]
456.chunk.js 6.16 KiB [emitted]
pageA.bundle.js 7.8 KiB [emitted] [name: pageA]
pageB.bundle.js 7.8 KiB [emitted] [name: pageB]
pageC.bundle.js 7.8 KiB [emitted] [name: pageC]
pageA.bundle.js 7.94 KiB [emitted] [name: pageA]
pageB.bundle.js 7.94 KiB [emitted] [name: pageB]
pageC.bundle.js 7.94 KiB [emitted] [name: pageC]
Entrypoint pageA = pageA.bundle.js
Entrypoint pageB = pageB.bundle.js
Entrypoint pageC = pageC.bundle.js
chunk pageB.bundle.js (pageB) 69 bytes (javascript) 4.13 KiB (runtime) [entry] [rendered]
chunk pageB.bundle.js (pageB) 69 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./pageB pageB
./pageB.js 69 bytes [built]
[used exports unknown]
entry ./pageB pageB
+ 4 hidden chunk modules
chunk pageC.bundle.js (pageC) 68 bytes (javascript) 4.13 KiB (runtime) [entry] [rendered]
chunk pageC.bundle.js (pageC) 68 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./pageC pageC
./pageC.js 68 bytes [built]
[used exports unknown]
@ -93,7 +93,7 @@ chunk 394.chunk.js 42 bytes [rendered]
[used exports unknown]
cjs require ./b ./pageB.js 2:8-22
cjs require ./b ./pageC.js 2:17-31
chunk pageA.bundle.js (pageA) 69 bytes (javascript) 4.13 KiB (runtime) [entry] [rendered]
chunk pageA.bundle.js (pageA) 69 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./pageA pageA
./pageA.js 69 bytes [built]
[used exports unknown]
@ -120,23 +120,23 @@ chunk 456.chunk.js 5.45 KiB [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
394.chunk.js 108 bytes [emitted]
456.chunk.js 159 bytes [emitted]
pageA.bundle.js 1.46 KiB [emitted] [name: pageA]
pageB.bundle.js 1.46 KiB [emitted] [name: pageB]
pageC.bundle.js 1.47 KiB [emitted] [name: pageC]
pageA.bundle.js 1.47 KiB [emitted] [name: pageA]
pageB.bundle.js 1.47 KiB [emitted] [name: pageB]
pageC.bundle.js 1.49 KiB [emitted] [name: pageC]
Entrypoint pageA = pageA.bundle.js
Entrypoint pageB = pageB.bundle.js
Entrypoint pageC = pageC.bundle.js
chunk pageB.bundle.js (pageB) 69 bytes (javascript) 4.13 KiB (runtime) [entry] [rendered]
chunk pageB.bundle.js (pageB) 69 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./pageB pageB
./pageB.js 69 bytes [built]
[no exports used]
entry ./pageB pageB
+ 4 hidden chunk modules
chunk pageC.bundle.js (pageC) 68 bytes (javascript) 4.13 KiB (runtime) [entry] [rendered]
chunk pageC.bundle.js (pageC) 68 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./pageC pageC
./pageC.js 68 bytes [built]
[no exports used]
@ -150,7 +150,7 @@ chunk 394.chunk.js 42 bytes [rendered]
./b.js 21 bytes [built]
cjs require ./b ./pageB.js 2:8-22
cjs require ./b ./pageC.js 2:17-31
chunk pageA.bundle.js (pageA) 69 bytes (javascript) 4.13 KiB (runtime) [entry] [rendered]
chunk pageA.bundle.js (pageA) 69 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./pageA pageA
./pageA.js 69 bytes [built]
[no exports used]

View File

@ -69,7 +69,7 @@ module.exports = {
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.n, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.n, __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -174,17 +174,6 @@ module.exports = __webpack_require__.p + "images/1be7b55b29524343503e.svg";
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/compat get default export */
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
@ -197,11 +186,6 @@ module.exports = __webpack_require__.p + "images/1be7b55b29524343503e.svg";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -215,6 +199,22 @@ module.exports = __webpack_require__.p + "images/1be7b55b29524343503e.svg";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
@ -230,7 +230,7 @@ module.exports = __webpack_require__.p + "images/1be7b55b29524343503e.svg";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
images/1be7b55b29524343503e.svg 656 bytes [emitted] [immutable] [name: (main)]
images/24e804317f239f7906e1.png 14.6 KiB [emitted] [immutable] [name: (main)]

View File

@ -43,7 +43,7 @@ module.exports = {
<body>
<!-- inlined minimized file "runtime~main.[chunkhash].js" -->
<script>
(()=>{"use strict";var e={},r={};function t(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return e[o](n,n.exports,t),n.l=!0,n.exports}t.m=e,t.f={},t.e=e=>Promise.all(Object.keys(t.f).reduce((r,o)=>(t.f[o](e,r),r),[])),t.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(t.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e){var n={};for(const r in e)n[r]=()=>e[r];t.d(o,n)}return o},function(){var e=Object.prototype.hasOwnProperty;t.d=(r,t)=>{for(var o in t)e.call(t,o)&&!e.call(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:t[o]})}}(),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.p="dist/",t.u=e=>e+".[chunkhash].js",function(){var e={303:0},r=[];t.f.j=(r,o)=>{var n=Object.prototype.hasOwnProperty.call(e,r)?e[r]:void 0;if(0!==n)if(n)o.push(n[2]);else{var a=new Promise((t,o)=>{n=e[r]=[t,o]});o.push(n[2]=a);var i,u=t.p+t.u(r),l=document.createElement("script");l.charset="utf-8",l.timeout=120,t.nc&&l.setAttribute("nonce",t.nc),l.src=u;var p=new Error;i=function(t){l.onerror=l.onload=null,clearTimeout(c);var o=(()=>{if(Object.prototype.hasOwnProperty.call(e,r)&&e[r])return e[r][1];0!==e[r]&&(e[r]=void 0)})();if(o){var n=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;p.message="Loading chunk "+r+" failed.\n("+n+": "+a+")",p.name="ChunkLoadError",p.type=n,p.request=a,o(p)}};var c=setTimeout((function(){i({type:"timeout",target:l})}),12e4);l.onerror=l.onload=i,document.head.appendChild(l)}};var o=()=>{};function n(){for(var o,n=0;n<r.length;n++){for(var a=r[n],i=!0,u=1;u<a.length;u++){var l=a[u];0!==e[l]&&(i=!1)}i&&(r.splice(n--,1),o=t(t.s=a[0]))}return o}function a(n){for(var a,i,u=n[0],l=n[1],c=n[2],s=n[3],f=0,d=[];f<u.length;f++)i=u[f],Object.prototype.hasOwnProperty.call(e,i)&&e[i]&&d.push(e[i][0]),e[i]=0;for(a in l)Object.prototype.hasOwnProperty.call(l,a)&&(t.m[a]=l[a]);for(s&&s(t),p&&p(n);d.length;)d.shift()();return c&&r.push.apply(r,c),o()}t.x=()=>(o=n)();var i=window.webpackJsonp=window.webpackJsonp||[],u=i.push.bind(i);i.push=a,i=i.slice();for(var l=0;l<i.length;l++)a(i[l]);var p=u}(),t.x()})();
(()=>{"use strict";var e={},r={};function t(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return e[o](n,n.exports,t),n.l=!0,n.exports}t.m=e,t.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);t.r(o);var n={};if(2&r&&"object"==typeof e&&e)for(const r in e)n[r]=()=>e[r];return n.default=()=>e,t.d(o,n),o},function(){var e=Object.prototype.hasOwnProperty;t.d=(r,t)=>{for(var o in t)e.call(t,o)&&!e.call(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:t[o]})}}(),t.f={},t.e=e=>Promise.all(Object.keys(t.f).reduce((r,o)=>(t.f[o](e,r),r),[])),t.u=e=>e+".[chunkhash].js",t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.p="dist/",function(){var e={303:0},r=[];t.f.j=(r,o)=>{var n=Object.prototype.hasOwnProperty.call(e,r)?e[r]:void 0;if(0!==n)if(n)o.push(n[2]);else{var a=new Promise((t,o)=>{n=e[r]=[t,o]});o.push(n[2]=a);var i,u=t.p+t.u(r),c=document.createElement("script");c.charset="utf-8",c.timeout=120,t.nc&&c.setAttribute("nonce",t.nc),c.src=u;var p=new Error;i=function(t){i=function(){},c.onerror=c.onload=null,clearTimeout(l);var o=(()=>{if(Object.prototype.hasOwnProperty.call(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n))return n[1]})();if(o){var a=t&&("load"===t.type?"missing":t.type),u=t&&t.target&&t.target.src;p.message="Loading chunk "+r+" failed.\n("+a+": "+u+")",p.name="ChunkLoadError",p.type=a,p.request=u,o(p)}};var l=setTimeout((function(){i({type:"timeout",target:c})}),12e4);c.onerror=c.onload=i,document.head.appendChild(c)}};var o=()=>{};function n(){for(var o,n=0;n<r.length;n++){for(var a=r[n],i=!0,u=1;u<a.length;u++){var c=a[u];0!==e[c]&&(i=!1)}i&&(r.splice(n--,1),o=t(t.s=a[0]))}return o}function a(n){for(var a,i,u=n[0],c=n[1],l=n[2],s=n[3],f=0,d=[];f<u.length;f++)i=u[f],Object.prototype.hasOwnProperty.call(e,i)&&e[i]&&d.push(e[i][0]),e[i]=0;for(a in c)Object.prototype.hasOwnProperty.call(c,a)&&(t.m[a]=c[a]);for(s&&s(t),p&&p(n);d.length;)d.shift()();return l&&r.push.apply(r,l),o()}t.x=()=>(o=n)();var i=window.webpackJsonp=window.webpackJsonp||[],u=i.push.bind(i);i.push=a,i=i.slice();for(var c=0;c<i.length;c++)a(i[c]);var p=u}(),t.x()})();
</script>
<script src="dist/main.[chunkhash].js"></script>
@ -88,19 +88,6 @@ module.exports = {
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/create fake namespace object */
/******/ !function() {
/******/ // create a fake namespace object
@ -114,12 +101,12 @@ module.exports = {
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') {
/******/ var def = {};
/******/ var def = {};
/******/ if(mode & 2 && typeof value == 'object' && value) {
/******/ for(const key in value) def[key] = () => value[key];
/******/ __webpack_require__.d(ns, def);
/******/ }
/******/ def['default'] = () => value;
/******/ __webpack_require__.d(ns, def);
/******/ return ns;
/******/ };
/******/ }();
@ -137,6 +124,28 @@ module.exports = {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".[chunkhash].js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
@ -153,15 +162,6 @@ module.exports = {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".[chunkhash].js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -197,8 +197,11 @@ module.exports = {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -213,6 +216,7 @@ module.exports = {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -349,14 +353,14 @@ __webpack_require__.e(/*! import() */ 3).then(__webpack_require__.t.bind(__webpa
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
2.[chunkhash].js 314 bytes [emitted]
3.[chunkhash].js 308 bytes [emitted]
main.[chunkhash].js 676 bytes [emitted] [name: main]
runtime~main.[chunkhash].js 10.6 KiB [emitted] [name: runtime~main]
runtime~main.[chunkhash].js 10.7 KiB [emitted] [name: runtime~main]
Entrypoint main = runtime~main.[chunkhash].js main.[chunkhash].js
chunk runtime~main.[chunkhash].js (runtime~main) 6.39 KiB [entry] [rendered]
chunk runtime~main.[chunkhash].js (runtime~main) 6.45 KiB [entry] [rendered]
> ./example main
7 chunk modules
chunk main.[chunkhash].js (main) 55 bytes [initial] [rendered]
@ -380,12 +384,12 @@ chunk 3.[chunkhash].js 28 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
114.[chunkhash].js 73 bytes [emitted]
172.[chunkhash].js 73 bytes [emitted]
main.[chunkhash].js 155 bytes [emitted] [name: main]
runtime~main.[chunkhash].js 2.26 KiB [emitted] [name: runtime~main]
runtime~main.[chunkhash].js 2.23 KiB [emitted] [name: runtime~main]
Entrypoint main = runtime~main.[chunkhash].js main.[chunkhash].js
chunk 114.[chunkhash].js 28 bytes [rendered]
> ./async1 ./example.js 2:0-18
@ -400,7 +404,7 @@ chunk main.[chunkhash].js (main) 55 bytes [initial] [rendered]
./example.js 55 bytes [built]
[no exports used]
entry ./example main
chunk runtime~main.[chunkhash].js (runtime~main) 6.39 KiB [entry] [rendered]
chunk runtime~main.[chunkhash].js (runtime~main) 6.45 KiB [entry] [rendered]
> ./example main
7 chunk modules
```

View File

@ -63,11 +63,6 @@ getTemplate("b", function(b) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -77,6 +72,11 @@ getTemplate("b", function(b) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -110,8 +110,11 @@ getTemplate("b", function(b) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -126,6 +129,7 @@ getTemplate("b", function(b) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -312,12 +316,12 @@ module.exports = function() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
577.output.js 2.1 KiB [emitted]
output.js 7.94 KiB [emitted] [name: main]
output.js 8.07 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 251 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 251 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 251 bytes [built]
[used exports unknown]
@ -346,12 +350,12 @@ chunk 577.output.js 457 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
577.output.js 646 bytes [emitted]
output.js 1.55 KiB [emitted] [name: main]
output.js 1.57 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 251 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 251 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 251 bytes [built]
[no exports used]

View File

@ -63,11 +63,6 @@ getTemplate("b", function(b) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -77,6 +72,11 @@ getTemplate("b", function(b) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -110,8 +110,11 @@ getTemplate("b", function(b) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -126,6 +129,7 @@ getTemplate("b", function(b) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -312,12 +316,12 @@ module.exports = function() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
577.output.js 2.1 KiB [emitted]
output.js 7.85 KiB [emitted] [name: main]
output.js 7.99 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 266 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 266 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 266 bytes [built]
[used exports unknown]
@ -346,12 +350,12 @@ chunk 577.output.js 457 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
577.output.js 646 bytes [emitted]
output.js 1.53 KiB [emitted] [name: main]
output.js 1.54 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 266 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 266 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 266 bytes [built]
[no exports used]

View File

@ -27,7 +27,7 @@ module.exports = "It works";
!*** (webpack)/node_modules/bundle-loader!./file.js ***!
\******************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__.e, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: module, __webpack_require__, __webpack_require__.e, __webpack_require__.* */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
var cbs = [],
@ -91,11 +91,6 @@ __webpack_require__.e(/*! require.ensure */ 929).then((function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -105,6 +100,11 @@ __webpack_require__.e(/*! require.ensure */ 929).then((function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -138,8 +138,11 @@ __webpack_require__.e(/*! require.ensure */ 929).then((function(require) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -154,6 +157,7 @@ __webpack_require__.e(/*! require.ensure */ 929).then((function(require) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -270,12 +274,12 @@ module.exports = "It works";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
929.output.js 316 bytes [emitted]
output.js 8.42 KiB [emitted] [name: main]
output.js 8.56 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 375 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 375 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
(webpack)/node_modules/bundle-loader!./file.js 281 bytes [built]
[used exports unknown]
@ -295,12 +299,12 @@ chunk 929.output.js 28 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
929.output.js 92 bytes [emitted]
output.js 1.58 KiB [emitted] [name: main]
output.js 1.6 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 375 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 375 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
(webpack)/node_modules/bundle-loader!./file.js 281 bytes [built]
cjs require bundle-loader!./file.js ./example.js 1:0-34

View File

@ -34,7 +34,7 @@ Promise.all([loadC("1"), loadC("2")]).then(function(arr) {
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.n, __webpack_require__.e, __webpack_require__.t, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.n, __webpack_require__.r, __webpack_exports__, __webpack_require__.e, __webpack_require__.t, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -147,17 +147,6 @@ module.exports = webpackAsyncContext;
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/compat get default export */
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
@ -170,19 +159,6 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/create fake namespace object */
/******/ !function() {
/******/ // create a fake namespace object
@ -196,12 +172,12 @@ module.exports = webpackAsyncContext;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') {
/******/ var def = {};
/******/ var def = {};
/******/ if(mode & 2 && typeof value == 'object' && value) {
/******/ for(const key in value) def[key] = () => value[key];
/******/ __webpack_require__.d(ns, def);
/******/ }
/******/ def['default'] = () => value;
/******/ __webpack_require__.d(ns, def);
/******/ return ns;
/******/ };
/******/ }();
@ -219,9 +195,17 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
@ -233,6 +217,22 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -266,8 +266,11 @@ module.exports = webpackAsyncContext;
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -282,6 +285,7 @@ module.exports = webpackAsyncContext;
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -371,12 +375,12 @@ module.exports = webpackAsyncContext;
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
346.output.js 325 bytes [emitted]
644.output.js 317 bytes [emitted]
98.output.js 324 bytes [emitted]
output.js 12.2 KiB [emitted] [name: main]
output.js 12.3 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk 98.output.js 13 bytes [rendered]
> ./2 ./node_modules/c lazy ^\.\/.*$ namespace object ./2
@ -385,7 +389,7 @@ chunk 98.output.js 13 bytes [rendered]
[used exports unknown]
context element ./2 ./node_modules/c lazy ^\.\/.*$ namespace object ./2
context element ./2.js ./node_modules/c lazy ^\.\/.*$ namespace object ./2.js
chunk output.js (main) 414 bytes (javascript) 5.71 KiB (runtime) [entry] [rendered]
chunk output.js (main) 414 bytes (javascript) 5.77 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 243 bytes [built]
[no exports]
@ -416,12 +420,12 @@ chunk 644.output.js 11 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
346.output.js 73 bytes [emitted]
644.output.js 73 bytes [emitted]
98.output.js 71 bytes [emitted]
output.js 2.65 KiB [emitted] [name: main]
output.js 2.62 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk 98.output.js 13 bytes [rendered]
> ./2 ./node_modules/c lazy ^\.\/.*$ namespace object ./2
@ -429,7 +433,7 @@ chunk 98.output.js 13 bytes [rendered]
./node_modules/c/2.js 13 bytes [optional] [built]
context element ./2 ./node_modules/c lazy ^\.\/.*$ namespace object ./2
context element ./2.js ./node_modules/c lazy ^\.\/.*$ namespace object ./2.js
chunk output.js (main) 414 bytes (javascript) 5.71 KiB (runtime) [entry] [rendered]
chunk output.js (main) 414 bytes (javascript) 5.77 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 243 bytes [built]
[no exports]

View File

@ -136,6 +136,19 @@ module.exports = webpackAsyncContext;
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
@ -149,6 +162,15 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
@ -160,33 +182,11 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -220,8 +220,11 @@ module.exports = webpackAsyncContext;
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -236,6 +239,7 @@ module.exports = webpackAsyncContext;
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -346,14 +350,14 @@ getTemplate("baz.noimport");
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
398.output.js 835 bytes [emitted]
544.output.js 835 bytes [emitted]
718.output.js 835 bytes [emitted]
output.js 10.1 KiB [emitted] [name: main]
output.js 10.2 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 597 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 597 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 437 bytes [built]
[used exports unknown]
@ -392,14 +396,14 @@ chunk 718.output.js 38 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
398.output.js 134 bytes [emitted]
544.output.js 134 bytes [emitted]
718.output.js 134 bytes [emitted]
output.js 2.31 KiB [emitted] [name: main]
output.js 2.32 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 597 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 597 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 437 bytes [built]
[no exports used]

View File

@ -125,6 +125,19 @@ module.exports = webpackAsyncContext;
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
@ -138,6 +151,15 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
@ -149,33 +171,11 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -209,8 +209,11 @@ module.exports = webpackAsyncContext;
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -225,6 +228,7 @@ module.exports = webpackAsyncContext;
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -333,14 +337,14 @@ getTemplate("baz");
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
398.output.js 835 bytes [emitted]
544.output.js 835 bytes [emitted]
718.output.js 835 bytes [emitted]
output.js 9.88 KiB [emitted] [name: main]
output.js 10 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 441 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 441 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 281 bytes [built]
[used exports unknown]
@ -379,14 +383,14 @@ chunk 718.output.js 38 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
398.output.js 134 bytes [emitted]
544.output.js 134 bytes [emitted]
718.output.js 134 bytes [emitted]
output.js 2.27 KiB [emitted] [name: main]
output.js 2.29 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 441 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 441 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 281 bytes [built]
[no exports used]

View File

@ -117,6 +117,19 @@ module.exports = webpackAsyncContext;
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
@ -130,6 +143,15 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
@ -141,33 +163,11 @@ module.exports = webpackAsyncContext;
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -201,8 +201,11 @@ module.exports = webpackAsyncContext;
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -217,6 +220,7 @@ module.exports = webpackAsyncContext;
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -325,14 +329,14 @@ __webpack_require__(1)("./ba" + createContextVar).then(function(bar) {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
548.output.js 835 bytes [emitted] [name: chunk-bar-baz2]
791.output.js 835 bytes [emitted] [name: chunk-bar-baz0]
930.output.js 835 bytes [emitted] [name: chunk-foo]
output.js 10.2 KiB [emitted] [name: main]
output.js 10.3 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 565 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 565 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 405 bytes [built]
[used exports unknown]
@ -371,14 +375,14 @@ chunk 930.output.js (chunk-foo) 38 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
548.output.js 134 bytes [emitted] [name: chunk-bar-baz2]
791.output.js 134 bytes [emitted] [name: chunk-bar-baz0]
930.output.js 134 bytes [emitted] [name: chunk-foo]
output.js 2.3 KiB [emitted] [name: main]
output.js 2.31 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 565 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 565 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 405 bytes [built]
[no exports used]

View File

@ -108,11 +108,6 @@ require.ensure(["c"], function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -122,6 +117,11 @@ require.ensure(["c"], function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -155,8 +155,11 @@ require.ensure(["c"], function(require) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -171,6 +174,7 @@ require.ensure(["c"], function(require) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -307,12 +311,12 @@ Minimized
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
796.output.js 582 bytes [emitted]
output.js 8.32 KiB [emitted] [name: main]
output.js 8.45 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 161 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 161 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 139 bytes [built]
[used exports unknown]
@ -339,12 +343,12 @@ chunk 796.output.js 22 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
796.output.js 84 bytes [emitted]
output.js 1.49 KiB [emitted] [name: main]
output.js 1.5 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 161 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 161 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 139 bytes [built]
[no exports used]

View File

@ -33,7 +33,7 @@ module.exports = 42
!*** ./cup1.coffee ***!
\*********************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/*! runtime requirements: __webpack_require__, module */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = {
@ -106,7 +106,7 @@ console.log(__webpack_require__(/*! ./cup1 */ 1));
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
output.js 2.09 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -128,7 +128,7 @@ chunk output.js (main) 206 bytes [entry] [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
output.js 294 bytes [emitted] [name: main]
Entrypoint main = output.js

View File

@ -152,11 +152,6 @@ module.exports = {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -166,6 +161,11 @@ module.exports = {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -199,8 +199,11 @@ module.exports = {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -215,6 +218,7 @@ module.exports = {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -294,7 +298,7 @@ module.exports = {
!*** ./example.js ***!
\********************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: __webpack_require__.e, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.e, __webpack_require__.* */
var main = function() {
console.log("Main class");
Promise.all(/*! require.ensure */[__webpack_require__.e(421), __webpack_require__.e(366)]).then((() => {
@ -348,7 +352,7 @@ module.exports = function() {
!*** ./pageB.js ***!
\******************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__.e, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, module, __webpack_require__.e, __webpack_require__.* */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = function() {
@ -420,20 +424,20 @@ module.exports = function() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
145.output.js 514 bytes [emitted]
366.output.js 520 bytes [emitted]
421.output.js 396 bytes [emitted]
588.output.js 698 bytes [emitted]
output.js 7.99 KiB [emitted] [name: main]
output.js 8.13 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk 145.output.js 136 bytes [rendered]
> ./pageB.js 3:1-6:3
./pageC.js 136 bytes [built]
[used exports unknown]
cjs require ./pageC ./pageB.js 4:15-33
chunk output.js (main) 220 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 220 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 220 bytes [built]
[used exports unknown]
@ -462,19 +466,19 @@ chunk 588.output.js 133 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
145.output.js 138 bytes [emitted]
366.output.js 138 bytes [emitted]
421.output.js 127 bytes [emitted]
588.output.js 202 bytes [emitted]
output.js 1.53 KiB [emitted] [name: main]
output.js 1.54 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk 145.output.js 136 bytes [rendered]
> ./pageB.js 3:1-6:3
./pageC.js 136 bytes [built]
cjs require ./pageC ./pageB.js 4:15-33
chunk output.js (main) 220 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 220 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 220 bytes [built]
[no exports used]

View File

@ -41,7 +41,7 @@ export function square(n) {
# dist/vendor.js
```javascript
var vendor_lib_427d036e1fe0feadbdd9 =
var vendor_lib_02cb05c865a84081bc8b =
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ([
/* 0 */
@ -61,7 +61,7 @@ module.exports = __webpack_require__;
\*****************************************/
/*! export square [provided] [maybe used (runtime-defined)] [usage prevents renaming] */
/*! other exports [not provided] [maybe used (runtime-defined)] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -104,17 +104,6 @@ function square(n) {
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -128,6 +117,17 @@ function square(n) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // module exports must be returned from runtime so entry inlining is disabled
/******/ // startup
@ -140,7 +140,7 @@ function square(n) {
# dist/vendor-manifest.json
```javascript
{"name":"vendor_lib_427d036e1fe0feadbdd9","content":{"../node_modules/example-vendor.js":{"id":1,"buildMeta":{"exportsType":"namespace","async":false},"exports":["square"]}}}
{"name":"vendor_lib_02cb05c865a84081bc8b","content":{"../node_modules/example-vendor.js":{"id":1,"buildMeta":{"exportsType":"namespace","async":false},"exports":["square"]}}}
```
# Info
@ -149,7 +149,7 @@ function square(n) {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
vendor.js 3.48 KiB [emitted] [name: main]
Entrypoint main = vendor.js
@ -170,7 +170,7 @@ chunk vendor.js (main) 57 bytes (javascript) 632 bytes (runtime) [entry] [render
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
vendor.js 627 bytes [emitted] [name: main]
Entrypoint main = vendor.js

View File

@ -55,7 +55,7 @@ console.log(new square(7));
!*** ./example-app.js ***!
\************************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -70,26 +70,26 @@ console.log(new example_vendor__WEBPACK_IMPORTED_MODULE_0__.square(7));
/***/ }),
/* 1 */
/*!******************************************************************************************************!*\
!*** delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_427d036e1fe0feadbdd9 ***!
!*** delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_02cb05c865a84081bc8b ***!
\******************************************************************************************************/
/*! export square [provided] [no usage info] [provision prevents renaming (no use info)] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference vendor_lib_427d036e1fe0feadbdd9 */ 2))(1);
module.exports = (__webpack_require__(/*! dll-reference vendor_lib_02cb05c865a84081bc8b */ 2))(1);
/***/ }),
/* 2 */
/*!**************************************************!*\
!*** external "vendor_lib_427d036e1fe0feadbdd9" ***!
!*** external "vendor_lib_02cb05c865a84081bc8b" ***!
\**************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module */
/***/ ((module) => {
"use strict";
module.exports = vendor_lib_427d036e1fe0feadbdd9;
module.exports = vendor_lib_02cb05c865a84081bc8b;
/***/ })
/******/ ]);
@ -147,7 +147,7 @@ module.exports = vendor_lib_427d036e1fe0feadbdd9;
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
app.js 3.5 KiB [emitted] [name: main]
Entrypoint main = app.js
@ -157,15 +157,15 @@ chunk app.js (main) 178 bytes (javascript) 274 bytes (runtime) [entry] [rendered
[no exports]
[used exports unknown]
entry ./example-app main
delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_427d036e1fe0feadbdd9 42 bytes [built]
delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_02cb05c865a84081bc8b 42 bytes [built]
[exports: square]
[used exports unknown]
harmony side effect evaluation example-vendor ./example-app.js 1:0-40
harmony import specifier example-vendor ./example-app.js 3:12-18
harmony import specifier example-vendor ./example-app.js 4:16-22
external "vendor_lib_427d036e1fe0feadbdd9" 42 bytes [built]
external "vendor_lib_02cb05c865a84081bc8b" 42 bytes [built]
[used exports unknown]
delegated source dll-reference vendor_lib_427d036e1fe0feadbdd9 delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_427d036e1fe0feadbdd9
delegated source dll-reference vendor_lib_02cb05c865a84081bc8b delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_02cb05c865a84081bc8b
+ 1 hidden chunk module
```
@ -173,7 +173,7 @@ chunk app.js (main) 178 bytes (javascript) 274 bytes (runtime) [entry] [rendered
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
app.js 340 bytes [emitted] [name: main]
Entrypoint main = app.js
@ -183,14 +183,14 @@ chunk app.js (main) 178 bytes [entry] [rendered]
[no exports]
[no exports used]
entry ./example-app main
delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_427d036e1fe0feadbdd9 42 bytes [built]
delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_02cb05c865a84081bc8b 42 bytes [built]
[exports: square]
[all exports used]
harmony side effect evaluation example-vendor ./example-app.js 1:0-40
harmony import specifier example-vendor ./example-app.js 3:12-18
harmony import specifier example-vendor ./example-app.js 4:16-22
external "vendor_lib_427d036e1fe0feadbdd9" 42 bytes [built]
delegated source dll-reference vendor_lib_427d036e1fe0feadbdd9 delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_427d036e1fe0feadbdd9
external "vendor_lib_02cb05c865a84081bc8b" 42 bytes [built]
delegated source dll-reference vendor_lib_02cb05c865a84081bc8b delegated ../node_modules/example-vendor.js from dll-reference vendor_lib_02cb05c865a84081bc8b
```
<!-- @TODO:

View File

@ -63,7 +63,7 @@ module.exports = {
# dist/dll.js
```javascript
var dll_81985c12e859f51e5a80 =
var dll_5c6269cc746198ce0809 =
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ([
/* 0 */
@ -161,17 +161,6 @@ exports.c = "c";
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -185,6 +174,17 @@ exports.c = "c";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // module exports must be returned from runtime so entry inlining is disabled
/******/ // startup
@ -197,7 +197,7 @@ exports.c = "c";
# dist/dll-manifest.json
```javascript
{"name":"dll_81985c12e859f51e5a80","content":{"./example.js":{"id":1,"buildMeta":{"exportsType":"namespace","async":false},"exports":["a","b","c"]}}}
{"name":"dll_5c6269cc746198ce0809","content":{"./example.js":{"id":1,"buildMeta":{"exportsType":"namespace","async":false},"exports":["a","b","c"]}}}
```
# Info
@ -206,7 +206,7 @@ exports.c = "c";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
dll.js 4.59 KiB [emitted] [name: dll]
Entrypoint dll = dll.js
@ -230,7 +230,7 @@ chunk dll.js (dll) 216 bytes (javascript) 632 bytes (runtime) [entry] [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
dll.js 667 bytes [emitted] [name: dll]
Entrypoint dll = dll.js

View File

@ -46,92 +46,92 @@ console.log(require("module"));
/* 0 */,
/* 1 */
/*!**************************************************************************!*\
!*** delegated ./alpha.js from dll-reference alpha_05410530bc62ea7ad7a5 ***!
!*** delegated ./alpha.js from dll-reference alpha_dcd111488d58f7509919 ***!
\**************************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference alpha_05410530bc62ea7ad7a5 */ 2))(1);
module.exports = (__webpack_require__(/*! dll-reference alpha_dcd111488d58f7509919 */ 2))(1);
/***/ }),
/* 2 */
/*!*********************************************!*\
!*** external "alpha_05410530bc62ea7ad7a5" ***!
!*** external "alpha_dcd111488d58f7509919" ***!
\*********************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module */
/***/ ((module) => {
"use strict";
module.exports = alpha_05410530bc62ea7ad7a5;
module.exports = alpha_dcd111488d58f7509919;
/***/ }),
/* 3 */
/*!**********************************************************************!*\
!*** delegated ./a.js from dll-reference alpha_05410530bc62ea7ad7a5 ***!
!*** delegated ./a.js from dll-reference alpha_dcd111488d58f7509919 ***!
\**********************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference alpha_05410530bc62ea7ad7a5 */ 2))(2);
module.exports = (__webpack_require__(/*! dll-reference alpha_dcd111488d58f7509919 */ 2))(2);
/***/ }),
/* 4 */
/*!************************************************************************!*\
!*** delegated ./beta.js from dll-reference beta_05410530bc62ea7ad7a5 ***!
!*** delegated ./beta.js from dll-reference beta_dcd111488d58f7509919 ***!
\************************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference beta_05410530bc62ea7ad7a5 */ 5))(5);
module.exports = (__webpack_require__(/*! dll-reference beta_dcd111488d58f7509919 */ 5))(5);
/***/ }),
/* 5 */
/*!********************************************!*\
!*** external "beta_05410530bc62ea7ad7a5" ***!
!*** external "beta_dcd111488d58f7509919" ***!
\********************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module */
/***/ ((module) => {
"use strict";
module.exports = beta_05410530bc62ea7ad7a5;
module.exports = beta_dcd111488d58f7509919;
/***/ }),
/* 6 */
/*!*********************************************************************!*\
!*** delegated ./b.js from dll-reference beta_05410530bc62ea7ad7a5 ***!
!*** delegated ./b.js from dll-reference beta_dcd111488d58f7509919 ***!
\*********************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference beta_05410530bc62ea7ad7a5 */ 5))(6);
module.exports = (__webpack_require__(/*! dll-reference beta_dcd111488d58f7509919 */ 5))(6);
/***/ }),
/* 7 */
/*!**********************************************************************!*\
!*** delegated ./c.jsx from dll-reference beta_05410530bc62ea7ad7a5 ***!
!*** delegated ./c.jsx from dll-reference beta_dcd111488d58f7509919 ***!
\**********************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference beta_05410530bc62ea7ad7a5 */ 5))(7);
module.exports = (__webpack_require__(/*! dll-reference beta_dcd111488d58f7509919 */ 5))(7);
/***/ }),
/* 8 */
/*!*****************************************************************************************!*\
!*** delegated ../node_modules/module.js from dll-reference alpha_05410530bc62ea7ad7a5 ***!
!*** delegated ../node_modules/module.js from dll-reference alpha_dcd111488d58f7509919 ***!
\*****************************************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference alpha_05410530bc62ea7ad7a5 */ 2))(3);
module.exports = (__webpack_require__(/*! dll-reference alpha_dcd111488d58f7509919 */ 2))(3);
/***/ })
/******/ ]);
@ -189,7 +189,7 @@ console.log(__webpack_require__(/*! module */ 8));
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 5.51 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -198,41 +198,41 @@ chunk output.js (main) 541 bytes [entry] [rendered]
./example.js 205 bytes [built]
[used exports unknown]
entry ./example.js main
delegated ../node_modules/module.js from dll-reference alpha_05410530bc62ea7ad7a5 42 bytes [built]
delegated ../node_modules/module.js from dll-reference alpha_dcd111488d58f7509919 42 bytes [built]
[used exports unknown]
cjs require module ./example.js 8:12-29
delegated ./a.js from dll-reference alpha_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./a.js from dll-reference alpha_dcd111488d58f7509919 42 bytes [built]
[used exports unknown]
cjs require ../dll/a ./example.js 2:12-31
delegated ./alpha.js from dll-reference alpha_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./alpha.js from dll-reference alpha_dcd111488d58f7509919 42 bytes [built]
[used exports unknown]
cjs require ../dll/alpha ./example.js 1:12-35
delegated ./b.js from dll-reference beta_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./b.js from dll-reference beta_dcd111488d58f7509919 42 bytes [built]
[used exports unknown]
cjs require beta/b ./example.js 5:12-29
delegated ./beta.js from dll-reference beta_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./beta.js from dll-reference beta_dcd111488d58f7509919 42 bytes [built]
[used exports unknown]
cjs require beta/beta ./example.js 4:12-32
delegated ./c.jsx from dll-reference beta_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./c.jsx from dll-reference beta_dcd111488d58f7509919 42 bytes [built]
[used exports unknown]
cjs require beta/c ./example.js 6:12-29
external "alpha_05410530bc62ea7ad7a5" 42 bytes [built]
external "alpha_dcd111488d58f7509919" 42 bytes [built]
[used exports unknown]
delegated source dll-reference alpha_05410530bc62ea7ad7a5 delegated ./alpha.js from dll-reference alpha_05410530bc62ea7ad7a5
delegated source dll-reference alpha_05410530bc62ea7ad7a5 delegated ./a.js from dll-reference alpha_05410530bc62ea7ad7a5
delegated source dll-reference alpha_05410530bc62ea7ad7a5 delegated ../node_modules/module.js from dll-reference alpha_05410530bc62ea7ad7a5
external "beta_05410530bc62ea7ad7a5" 42 bytes [built]
delegated source dll-reference alpha_dcd111488d58f7509919 delegated ./alpha.js from dll-reference alpha_dcd111488d58f7509919
delegated source dll-reference alpha_dcd111488d58f7509919 delegated ./a.js from dll-reference alpha_dcd111488d58f7509919
delegated source dll-reference alpha_dcd111488d58f7509919 delegated ../node_modules/module.js from dll-reference alpha_dcd111488d58f7509919
external "beta_dcd111488d58f7509919" 42 bytes [built]
[used exports unknown]
delegated source dll-reference beta_05410530bc62ea7ad7a5 delegated ./beta.js from dll-reference beta_05410530bc62ea7ad7a5
delegated source dll-reference beta_05410530bc62ea7ad7a5 delegated ./b.js from dll-reference beta_05410530bc62ea7ad7a5
delegated source dll-reference beta_05410530bc62ea7ad7a5 delegated ./c.jsx from dll-reference beta_05410530bc62ea7ad7a5
delegated source dll-reference beta_dcd111488d58f7509919 delegated ./beta.js from dll-reference beta_dcd111488d58f7509919
delegated source dll-reference beta_dcd111488d58f7509919 delegated ./b.js from dll-reference beta_dcd111488d58f7509919
delegated source dll-reference beta_dcd111488d58f7509919 delegated ./c.jsx from dll-reference beta_dcd111488d58f7509919
```
## Production mode
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 589 bytes [emitted] [name: main]
Entrypoint main = output.js
@ -241,24 +241,24 @@ chunk output.js (main) 541 bytes [entry] [rendered]
./example.js 205 bytes [built]
[no exports used]
entry ./example.js main
delegated ../node_modules/module.js from dll-reference alpha_05410530bc62ea7ad7a5 42 bytes [built]
delegated ../node_modules/module.js from dll-reference alpha_dcd111488d58f7509919 42 bytes [built]
cjs require module ./example.js 8:12-29
delegated ./a.js from dll-reference alpha_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./a.js from dll-reference alpha_dcd111488d58f7509919 42 bytes [built]
cjs require ../dll/a ./example.js 2:12-31
delegated ./alpha.js from dll-reference alpha_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./alpha.js from dll-reference alpha_dcd111488d58f7509919 42 bytes [built]
cjs require ../dll/alpha ./example.js 1:12-35
delegated ./b.js from dll-reference beta_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./b.js from dll-reference beta_dcd111488d58f7509919 42 bytes [built]
cjs require beta/b ./example.js 5:12-29
delegated ./beta.js from dll-reference beta_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./beta.js from dll-reference beta_dcd111488d58f7509919 42 bytes [built]
cjs require beta/beta ./example.js 4:12-32
delegated ./c.jsx from dll-reference beta_05410530bc62ea7ad7a5 42 bytes [built]
delegated ./c.jsx from dll-reference beta_dcd111488d58f7509919 42 bytes [built]
cjs require beta/c ./example.js 6:12-29
external "alpha_05410530bc62ea7ad7a5" 42 bytes [built]
delegated source dll-reference alpha_05410530bc62ea7ad7a5 delegated ./alpha.js from dll-reference alpha_05410530bc62ea7ad7a5
delegated source dll-reference alpha_05410530bc62ea7ad7a5 delegated ./a.js from dll-reference alpha_05410530bc62ea7ad7a5
delegated source dll-reference alpha_05410530bc62ea7ad7a5 delegated ../node_modules/module.js from dll-reference alpha_05410530bc62ea7ad7a5
external "beta_05410530bc62ea7ad7a5" 42 bytes [built]
delegated source dll-reference beta_05410530bc62ea7ad7a5 delegated ./beta.js from dll-reference beta_05410530bc62ea7ad7a5
delegated source dll-reference beta_05410530bc62ea7ad7a5 delegated ./b.js from dll-reference beta_05410530bc62ea7ad7a5
delegated source dll-reference beta_05410530bc62ea7ad7a5 delegated ./c.jsx from dll-reference beta_05410530bc62ea7ad7a5
external "alpha_dcd111488d58f7509919" 42 bytes [built]
delegated source dll-reference alpha_dcd111488d58f7509919 delegated ./alpha.js from dll-reference alpha_dcd111488d58f7509919
delegated source dll-reference alpha_dcd111488d58f7509919 delegated ./a.js from dll-reference alpha_dcd111488d58f7509919
delegated source dll-reference alpha_dcd111488d58f7509919 delegated ../node_modules/module.js from dll-reference alpha_dcd111488d58f7509919
external "beta_dcd111488d58f7509919" 42 bytes [built]
delegated source dll-reference beta_dcd111488d58f7509919 delegated ./beta.js from dll-reference beta_dcd111488d58f7509919
delegated source dll-reference beta_dcd111488d58f7509919 delegated ./b.js from dll-reference beta_dcd111488d58f7509919
delegated source dll-reference beta_dcd111488d58f7509919 delegated ./c.jsx from dll-reference beta_dcd111488d58f7509919
```

View File

@ -35,7 +35,7 @@ module.exports = {
# dist/MyDll.alpha.js
```javascript
var alpha_05410530bc62ea7ad7a5 =
var alpha_dcd111488d58f7509919 =
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ([
/* 0 */
@ -122,7 +122,7 @@ module.exports = "module";
# dist/alpha-manifest.json
```javascript
{"name":"alpha_05410530bc62ea7ad7a5","content":{"./alpha.js":{"id":1,"buildMeta":{}},"./a.js":{"id":2,"buildMeta":{}},"../node_modules/module.js":{"id":3,"buildMeta":{}}}}
{"name":"alpha_dcd111488d58f7509919","content":{"./alpha.js":{"id":1,"buildMeta":{}},"./a.js":{"id":2,"buildMeta":{}},"../node_modules/module.js":{"id":3,"buildMeta":{}}}}
```
# Info
@ -131,7 +131,7 @@ module.exports = "module";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
MyDll.alpha.js 2.44 KiB [emitted] [name: alpha]
MyDll.beta.js 2.41 KiB [emitted] [name: beta]
@ -173,7 +173,7 @@ chunk MyDll.beta.js (beta) 80 bytes [entry] [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
MyDll.alpha.js 291 bytes [emitted] [name: alpha]
MyDll.beta.js 282 bytes [emitted] [name: beta]

View File

@ -46,7 +46,7 @@ module.exports = [
# dist/vendor.js
```javascript
var vendor_a324f8a8d56e8d021b3e =
var vendor_57330e24282ed92fe266 =
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ([
/* 0 */
@ -138,25 +138,25 @@ module.exports = "pageA";
/***/ }),
/* 1 */
/*!****************************************************************************!*\
!*** delegated ./vendor.js from dll-reference vendor_a324f8a8d56e8d021b3e ***!
!*** delegated ./vendor.js from dll-reference vendor_57330e24282ed92fe266 ***!
\****************************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__ */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = (__webpack_require__(/*! dll-reference vendor_a324f8a8d56e8d021b3e */ 2))(1);
module.exports = (__webpack_require__(/*! dll-reference vendor_57330e24282ed92fe266 */ 2))(1);
/***/ }),
/* 2 */
/*!**********************************************!*\
!*** external "vendor_a324f8a8d56e8d021b3e" ***!
!*** external "vendor_57330e24282ed92fe266" ***!
\**********************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module */
/***/ ((module) => {
"use strict";
module.exports = vendor_a324f8a8d56e8d021b3e;
module.exports = vendor_57330e24282ed92fe266;
/***/ })
/******/ ]);
@ -202,7 +202,7 @@ module.exports = vendor_a324f8a8d56e8d021b3e;
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Child vendor:
Hash: 0a1b2c3d4e5f6a7b8c9d
Asset Size
@ -234,25 +234,25 @@ Child app:
./pageA.js 59 bytes [built]
[used exports unknown]
entry ./pageA pageA
delegated ./vendor.js from dll-reference vendor_a324f8a8d56e8d021b3e 42 bytes [built]
delegated ./vendor.js from dll-reference vendor_57330e24282ed92fe266 42 bytes [built]
[used exports unknown]
cjs require ./vendor ./pageA.js 1:12-31
external "vendor_a324f8a8d56e8d021b3e" 42 bytes [built]
external "vendor_57330e24282ed92fe266" 42 bytes [built]
[used exports unknown]
delegated source dll-reference vendor_a324f8a8d56e8d021b3e delegated ./vendor.js from dll-reference vendor_a324f8a8d56e8d021b3e
delegated source dll-reference vendor_a324f8a8d56e8d021b3e delegated ./vendor2.js from dll-reference vendor_a324f8a8d56e8d021b3e
delegated source dll-reference vendor_57330e24282ed92fe266 delegated ./vendor.js from dll-reference vendor_57330e24282ed92fe266
delegated source dll-reference vendor_57330e24282ed92fe266 delegated ./vendor2.js from dll-reference vendor_57330e24282ed92fe266
chunk pageB.js (pageB) 144 bytes [entry] [rendered]
> ./pageB pageB
./pageB.js 60 bytes [built]
[used exports unknown]
entry ./pageB pageB
delegated ./vendor2.js from dll-reference vendor_a324f8a8d56e8d021b3e 42 bytes [built]
delegated ./vendor2.js from dll-reference vendor_57330e24282ed92fe266 42 bytes [built]
[used exports unknown]
cjs require ./vendor2 ./pageB.js 1:12-32
external "vendor_a324f8a8d56e8d021b3e" 42 bytes [built]
external "vendor_57330e24282ed92fe266" 42 bytes [built]
[used exports unknown]
delegated source dll-reference vendor_a324f8a8d56e8d021b3e delegated ./vendor.js from dll-reference vendor_a324f8a8d56e8d021b3e
delegated source dll-reference vendor_a324f8a8d56e8d021b3e delegated ./vendor2.js from dll-reference vendor_a324f8a8d56e8d021b3e
delegated source dll-reference vendor_57330e24282ed92fe266 delegated ./vendor.js from dll-reference vendor_57330e24282ed92fe266
delegated source dll-reference vendor_57330e24282ed92fe266 delegated ./vendor2.js from dll-reference vendor_57330e24282ed92fe266
chunk pageC.js (pageC) 25 bytes [entry] [rendered]
> ./pageC pageC
./pageC.js 25 bytes [built]
@ -264,7 +264,7 @@ Child app:
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Child vendor:
Hash: 0a1b2c3d4e5f6a7b8c9d
Asset Size
@ -286,7 +286,7 @@ Child app:
Hash: 0a1b2c3d4e5f6a7b8c9d
Asset Size
pageA.js 299 bytes [emitted] [name: pageA]
pageB.js 299 bytes [emitted] [name: pageB]
pageB.js 297 bytes [emitted] [name: pageB]
pageC.js 176 bytes [emitted] [name: pageC]
Entrypoint pageA = pageA.js
Entrypoint pageB = pageB.js
@ -296,11 +296,11 @@ Child app:
./pageB.js 60 bytes [built]
[no exports used]
entry ./pageB pageB
delegated ./vendor2.js from dll-reference vendor_3d5b8e7de5461c91e428 42 bytes [built]
delegated ./vendor2.js from dll-reference vendor_480562d40e553ce49bd3 42 bytes [built]
cjs require ./vendor2 ./pageB.js 1:12-32
external "vendor_3d5b8e7de5461c91e428" 42 bytes [built]
delegated source dll-reference vendor_3d5b8e7de5461c91e428 delegated ./vendor2.js from dll-reference vendor_3d5b8e7de5461c91e428
delegated source dll-reference vendor_3d5b8e7de5461c91e428 delegated ./vendor.js from dll-reference vendor_3d5b8e7de5461c91e428
external "vendor_480562d40e553ce49bd3" 42 bytes [built]
delegated source dll-reference vendor_480562d40e553ce49bd3 delegated ./vendor2.js from dll-reference vendor_480562d40e553ce49bd3
delegated source dll-reference vendor_480562d40e553ce49bd3 delegated ./vendor.js from dll-reference vendor_480562d40e553ce49bd3
chunk pageC.js (pageC) 25 bytes [entry] [rendered]
> ./pageC pageC
./pageC.js 25 bytes [built]
@ -311,9 +311,9 @@ Child app:
./pageA.js 59 bytes [built]
[no exports used]
entry ./pageA pageA
delegated ./vendor.js from dll-reference vendor_3d5b8e7de5461c91e428 42 bytes [built]
delegated ./vendor.js from dll-reference vendor_480562d40e553ce49bd3 42 bytes [built]
cjs require ./vendor ./pageA.js 1:12-31
external "vendor_3d5b8e7de5461c91e428" 42 bytes [built]
delegated source dll-reference vendor_3d5b8e7de5461c91e428 delegated ./vendor2.js from dll-reference vendor_3d5b8e7de5461c91e428
delegated source dll-reference vendor_3d5b8e7de5461c91e428 delegated ./vendor.js from dll-reference vendor_3d5b8e7de5461c91e428
external "vendor_480562d40e553ce49bd3" 42 bytes [built]
delegated source dll-reference vendor_480562d40e553ce49bd3 delegated ./vendor2.js from dll-reference vendor_480562d40e553ce49bd3
delegated source dll-reference vendor_480562d40e553ce49bd3 delegated ./vendor.js from dll-reference vendor_480562d40e553ce49bd3
```

View File

@ -82,11 +82,6 @@ module.exports = {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -96,6 +91,11 @@ module.exports = {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -129,8 +129,11 @@ module.exports = {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -145,6 +148,7 @@ module.exports = {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -224,7 +228,7 @@ module.exports = {
!*** ./example.js ***!
\********************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: __webpack_require__.e, __webpack_require__.oe, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.e, __webpack_require__.oe, __webpack_require__.* */
Promise.all(/*! AMD require */[__webpack_require__.e(996), __webpack_require__.e(847), __webpack_require__.e(460)]).then(function() { var __WEBPACK_AMD_REQUIRE_ARRAY__ = [__webpack_require__(/*! ./a */ 1), __webpack_require__(/*! ./b */ 2), __webpack_require__(/*! ./c */ 3)]; (function(a, b, c) {}).apply(null, __WEBPACK_AMD_REQUIRE_ARRAY__);}).catch(__webpack_require__.oe);
Promise.all(/*! require.ensure */[__webpack_require__.e(996), __webpack_require__.e(847), __webpack_require__.e(767)]).then((function(require) {
@ -252,7 +256,7 @@ Promise.all(/*! require.ensure */[__webpack_require__.e(847), __webpack_require_
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
390.output.js 300 bytes [emitted]
460.output.js 300 bytes [emitted]
@ -261,9 +265,9 @@ Version: webpack 5.0.0-beta.1
785.output.js 300 bytes [emitted]
847.output.js 306 bytes [emitted]
996.output.js 300 bytes [emitted]
output.js 8.83 KiB [emitted] [name: main]
output.js 8.96 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 346 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 346 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 346 bytes [built]
[used exports unknown]
@ -321,7 +325,7 @@ chunk 996.output.js 21 bytes [rendered] split chunk (cache group: default)
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
390.output.js 85 bytes [emitted]
460.output.js 85 bytes [emitted]
@ -330,9 +334,9 @@ Version: webpack 5.0.0-beta.1
785.output.js 85 bytes [emitted]
847.output.js 85 bytes [emitted]
996.output.js 85 bytes [emitted]
output.js 1.85 KiB [emitted] [name: main]
output.js 1.86 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 346 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 346 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 346 bytes [built]
[no exports used]

View File

@ -93,11 +93,6 @@ require.ensure(["./a"], function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -107,6 +102,11 @@ require.ensure(["./a"], function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -140,8 +140,11 @@ require.ensure(["./a"], function(require) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -156,6 +159,7 @@ require.ensure(["./a"], function(require) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -235,7 +239,7 @@ require.ensure(["./a"], function(require) {
!*** ./example.js ***!
\********************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: __webpack_require__.e, __webpack_require__.oe, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.e, __webpack_require__.oe, __webpack_require__.* */
// a chunks with a, b, c
Promise.all(/*! AMD require */[__webpack_require__.e(394), __webpack_require__.e(460)]).then(function() {[__webpack_require__(/*! ./a */ 1), __webpack_require__(/*! ./b */ 2), __webpack_require__(/*! ./c */ 3)];}).catch(__webpack_require__.oe);
@ -325,14 +329,14 @@ module.exports = "d";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
394.output.js 530 bytes [emitted]
460.output.js 300 bytes [emitted]
767.output.js 300 bytes [emitted]
output.js 8.07 KiB [emitted] [name: main]
output.js 8.2 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 164 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 164 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 164 bytes [built]
[used exports unknown]
@ -365,14 +369,14 @@ chunk 767.output.js 21 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
394.output.js 108 bytes [emitted]
460.output.js 85 bytes [emitted]
767.output.js 85 bytes [emitted]
output.js 1.54 KiB [emitted] [name: main]
output.js 1.56 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 164 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 164 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 164 bytes [built]
[no exports used]

View File

@ -73,7 +73,7 @@ export var named = "named";
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.n, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.n, __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -125,7 +125,7 @@ exports.readFile = function() {};
!*** ./reexport-commonjs.js ***!
\******************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.n, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.n, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -170,7 +170,7 @@ var namedExport = module.named;
/*! export default [provided] [no usage info] [missing usage info prevents renaming] */
/*! export named [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -214,17 +214,6 @@ var named = "named";
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/compat get default export */
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
@ -250,6 +239,17 @@ var named = "named";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
@ -265,7 +265,7 @@ var named = "named";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
output.js 7.42 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -303,7 +303,7 @@ chunk output.js (main) 1.13 KiB (javascript) 895 bytes (runtime) [entry] [render
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
output.js 1020 bytes [emitted] [name: main]
Entrypoint main = output.js

View File

@ -38,7 +38,7 @@ return /******/ (() => { // webpackBootstrap
/*! export increment [provided] [maybe used (runtime-defined)] [usage prevents renaming] */
/*! export value [provided] [maybe used (runtime-defined)] [usage prevents renaming] */
/*! other exports [not provided] [maybe used (runtime-defined)] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -84,17 +84,6 @@ function increment() {
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -108,6 +97,17 @@ function increment() {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // module exports must be returned from runtime so entry inlining is disabled
/******/ // startup
@ -124,7 +124,7 @@ function increment() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
MyLibrary.umd.js 3.83 KiB [emitted] [name: main]
Entrypoint main = MyLibrary.umd.js
@ -141,7 +141,7 @@ chunk MyLibrary.umd.js (main) 92 bytes (javascript) 632 bytes (runtime) [entry]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
MyLibrary.umd.js 840 bytes [emitted] [name: main]
Entrypoint main = MyLibrary.umd.js

View File

@ -58,7 +58,7 @@ export { add as reexportedAdd, multiply as reexportedMultiply } from "./math";
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -80,7 +80,7 @@ _library__WEBPACK_IMPORTED_MODULE_1__.reexportedMultiply(1, 2);
/*! export list [provided] [no usage info] [missing usage info prevents renaming] */
/*! export multiply [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -121,7 +121,7 @@ function list() {
/*! export reexportedAdd [provided] [no usage info] [missing usage info prevents renaming] */
/*! export reexportedMultiply [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -146,7 +146,7 @@ __webpack_require__.r(__webpack_exports__);
/*! export b [provided] [no usage info] [missing usage info prevents renaming] */
/*! export c [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -190,17 +190,6 @@ function c() { console.log("c"); }
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -214,6 +203,17 @@ function c() { console.log("c"); }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
@ -235,7 +235,7 @@ function c() { console.log("c"); }
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 6.8 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -272,7 +272,7 @@ chunk output.js (main) 698 bytes (javascript) 632 bytes (runtime) [entry] [rende
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 639 bytes [emitted] [name: main]
Entrypoint main = output.js
@ -282,9 +282,9 @@ chunk output.js (main) 698 bytes (javascript) 358 bytes (runtime) [entry] [rende
[exports: a, b, c]
[no exports used]
harmony side effect evaluation ./abc ./library.js 1:0-32
harmony export imported specifier ./abc ./library.js 1:0-32
harmony export imported specifier ./abc ./library.js 1:0-32
harmony export imported specifier ./abc ./library.js 1:0-32
[inactive] harmony export imported specifier ./abc ./library.js 1:0-32
[inactive] harmony export imported specifier ./abc ./library.js 1:0-32
[inactive] harmony export imported specifier ./abc ./library.js 1:0-32
./example.js 114 bytes [built]
[no exports]
[no exports used]
@ -300,7 +300,7 @@ chunk output.js (main) 698 bytes (javascript) 358 bytes (runtime) [entry] [rende
harmony side effect evaluation ./math ./example.js 1:0-29
harmony import specifier ./math ./example.js 4:0-3
harmony side effect evaluation ./math ./library.js 2:0-78
harmony export imported specifier ./math ./library.js 2:0-78
[inactive] harmony export imported specifier ./math ./library.js 2:0-78
harmony export imported specifier ./math ./library.js 2:0-78
+ 1 hidden chunk module
```

View File

@ -31,7 +31,7 @@ export function increment(val) {
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.e, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, __webpack_require__.e, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -53,7 +53,7 @@ __webpack_require__.e(/*! import() */ 35).then(__webpack_require__.bind(null, /*
\**********************/
/*! export increment [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -74,7 +74,7 @@ function increment(val) {
\*****************/
/*! export add [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -123,14 +123,16 @@ function add() {
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
@ -147,24 +149,6 @@ function add() {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -174,6 +158,22 @@ function add() {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -207,8 +207,11 @@ function add() {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -223,6 +226,7 @@ function add() {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -312,10 +316,10 @@ function add() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
35.output.js 751 bytes [emitted]
output.js 10.8 KiB [emitted] [name: main]
output.js 10.9 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk 35.output.js 24 bytes [rendered]
> ./async-loaded ./example.js 6:0-24
@ -323,7 +327,7 @@ chunk 35.output.js 24 bytes [rendered]
[exports: answer]
[used exports unknown]
import() ./async-loaded ./example.js 6:0-24
chunk output.js (main) 400 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 400 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 175 bytes [built]
[no exports]
@ -346,17 +350,17 @@ chunk output.js (main) 400 bytes (javascript) 4.75 KiB (runtime) [entry] [render
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
35.output.js 126 bytes [emitted]
output.js 1.85 KiB [emitted] [name: main]
output.js 1.87 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk 35.output.js 24 bytes [rendered]
> ./async-loaded ./example.js 6:0-24
./async-loaded.js 24 bytes [built]
[exports: answer]
import() ./async-loaded ./example.js + 2 modules ./example.js 6:0-24
chunk output.js (main) 400 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 400 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js + 2 modules 400 bytes [built]
[no exports]

View File

@ -47,57 +47,57 @@ module.exports = {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
341b961df0f09e0e9675.js 7.15 KiB [emitted] [immutable]
acb75ce818b29a818443.js 118 KiB [emitted] [immutable] [id hint: vendors]
fbcd6ede3858e0e4c928.js 17.8 KiB [emitted] [immutable] [name: main]
Entrypoint main = fbcd6ede3858e0e4c928.js
chunk fbcd6ede3858e0e4c928.js (main) 8.95 KiB (javascript) 4.18 KiB (runtime) [entry] [rendered]
7598e98a1006fa74c6e5.js 7.15 KiB [emitted] [immutable]
bd7487f4ebb1f501a0fa.js 17.7 KiB [emitted] [immutable] [name: main]
d90620a8d5b803dfc7e9.js 117 KiB [emitted] [immutable] [id hint: vendors]
Entrypoint main = bd7487f4ebb1f501a0fa.js
chunk bd7487f4ebb1f501a0fa.js (main) 8.77 KiB (javascript) 4.28 KiB (runtime) [entry] [rendered]
> ./example main
(webpack)/node_modules/object-assign/index.js 2.06 KiB [built]
(webpack)/node_modules/react/cjs/react.production.min.js 6.67 KiB [built]
(webpack)/node_modules/react/cjs/react.production.min.js 6.49 KiB [built]
(webpack)/node_modules/react/index.js 190 bytes [built]
./example.js 42 bytes [built]
+ 4 hidden chunk modules
chunk 341b961df0f09e0e9675.js 6.52 KiB [rendered]
chunk 7598e98a1006fa74c6e5.js 6.52 KiB [rendered]
> react-dom ./example.js 2:0-22
(webpack)/node_modules/react-dom/index.js 1.33 KiB [built]
(webpack)/node_modules/scheduler/cjs/scheduler.production.min.js 4.99 KiB [built]
(webpack)/node_modules/scheduler/index.js 198 bytes [built]
chunk acb75ce818b29a818443.js (id hint: vendors) 117 KiB [rendered] split chunk (cache group: defaultVendors)
chunk d90620a8d5b803dfc7e9.js (id hint: vendors) 116 KiB [rendered] split chunk (cache group: defaultVendors)
> react-dom ./example.js 2:0-22
(webpack)/node_modules/react-dom/cjs/react-dom.production.min.js 117 KiB [built]
(webpack)/node_modules/react-dom/cjs/react-dom.production.min.js 116 KiB [built]
```
## Production mode
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
680d399360bf5cffd32e.js 4.98 KiB [emitted] [immutable]
680d399360bf5cffd32e.js.LICENSE 246 bytes [emitted]
8c8e59f1c9e241196970.js 115 KiB [emitted] [immutable] [id hint: vendors]
8c8e59f1c9e241196970.js.LICENSE 247 bytes [emitted]
9d0bde51d5fe2d05f913.js 8.87 KiB [emitted] [immutable] [name: main]
9d0bde51d5fe2d05f913.js.LICENSE 295 bytes [emitted]
Entrypoint main = 9d0bde51d5fe2d05f913.js
chunk 9d0bde51d5fe2d05f913.js (main) 8.95 KiB (javascript) 4.19 KiB (runtime) [entry] [rendered]
9d197b298deac2e3d4d5.js 114 KiB [emitted] [immutable] [id hint: vendors]
9d197b298deac2e3d4d5.js.LICENSE 247 bytes [emitted]
d060f216c0ec95bc7558.js 8.71 KiB [emitted] [immutable] [name: main]
d060f216c0ec95bc7558.js.LICENSE 295 bytes [emitted]
db2eac6661b345a54896.js 4.98 KiB [emitted] [immutable]
db2eac6661b345a54896.js.LICENSE 246 bytes [emitted]
Entrypoint main = d060f216c0ec95bc7558.js
chunk d060f216c0ec95bc7558.js (main) 8.77 KiB (javascript) 4.28 KiB (runtime) [entry] [rendered]
> ./example main
(webpack)/node_modules/object-assign/index.js 2.06 KiB [built]
(webpack)/node_modules/react/cjs/react.production.min.js 6.67 KiB [built]
(webpack)/node_modules/react/cjs/react.production.min.js 6.49 KiB [built]
(webpack)/node_modules/react/index.js 190 bytes [built]
./example.js 42 bytes [built]
+ 4 hidden chunk modules
chunk 680d399360bf5cffd32e.js 6.52 KiB [rendered]
chunk db2eac6661b345a54896.js 6.52 KiB [rendered]
> react-dom ./example.js 2:0-22
(webpack)/node_modules/react-dom/index.js 1.33 KiB [built]
(webpack)/node_modules/scheduler/cjs/scheduler.production.min.js 4.99 KiB [built]
(webpack)/node_modules/scheduler/index.js 198 bytes [built]
chunk 8c8e59f1c9e241196970.js (id hint: vendors) 117 KiB [rendered] split chunk (cache group: defaultVendors)
chunk 9d197b298deac2e3d4d5.js (id hint: vendors) 116 KiB [rendered] split chunk (cache group: defaultVendors)
> react-dom ./example.js 2:0-22
(webpack)/node_modules/react-dom/cjs/react-dom.production.min.js 117 KiB [built]
(webpack)/node_modules/react-dom/cjs/react-dom.production.min.js 116 KiB [built]
```
## Records

View File

@ -224,19 +224,6 @@ render(__webpack_require__(/*! ./aPage */ 2));
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/create fake namespace object */
/******/ !function() {
/******/ // create a fake namespace object
@ -250,12 +237,12 @@ render(__webpack_require__(/*! ./aPage */ 2));
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') {
/******/ var def = {};
/******/ var def = {};
/******/ if(mode & 2 && typeof value == 'object' && value) {
/******/ for(const key in value) def[key] = () => value[key];
/******/ __webpack_require__.d(ns, def);
/******/ }
/******/ def['default'] = () => value;
/******/ __webpack_require__.d(ns, def);
/******/ return ns;
/******/ };
/******/ }();
@ -273,6 +260,28 @@ render(__webpack_require__(/*! ./aPage */ 2));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".chunk.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
@ -289,15 +298,6 @@ render(__webpack_require__(/*! ./aPage */ 2));
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".chunk.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -334,8 +334,11 @@ render(__webpack_require__(/*! ./aPage */ 2));
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -350,6 +353,7 @@ render(__webpack_require__(/*! ./aPage */ 2));
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -487,12 +491,12 @@ module.exports = function() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
aPage.chunk.js 354 bytes [emitted] [name: aPage]
bPage.chunk.js 354 bytes [emitted] [name: bPage]
pageA.bundle.js 11.1 KiB [emitted] [name: pageA]
pageB.bundle.js 11.1 KiB [emitted] [name: pageB]
pageA.bundle.js 11.2 KiB [emitted] [name: pageA]
pageB.bundle.js 11.2 KiB [emitted] [name: pageB]
router_js.bundle.js 2.45 KiB [emitted]
Entrypoint pageA = router_js.bundle.js aPage.chunk.js pageA.bundle.js
Entrypoint pageB = router_js.bundle.js bPage.chunk.js pageB.bundle.js
@ -512,14 +516,14 @@ chunk bPage.chunk.js (bPage) 59 bytes [initial] [rendered] reused as split chunk
[used exports unknown]
cjs require ./bPage ./bEntry.js 3:7-25
context element ./bPage . lazy ^\.\/.*Page$ chunkName: [request] namespace object ./bPage
chunk pageA.bundle.js (pageA) 87 bytes (javascript) 6.44 KiB (runtime) [entry] [rendered]
chunk pageA.bundle.js (pageA) 87 bytes (javascript) 6.5 KiB (runtime) [entry] [rendered]
> ./aEntry pageA
> ./router pageA
./aEntry.js 87 bytes [built]
[used exports unknown]
entry ./aEntry pageA
+ 7 hidden chunk modules
chunk pageB.bundle.js (pageB) 87 bytes (javascript) 6.44 KiB (runtime) [entry] [rendered]
chunk pageB.bundle.js (pageB) 87 bytes (javascript) 6.5 KiB (runtime) [entry] [rendered]
> ./bEntry pageB
> ./router pageB
./bEntry.js 87 bytes [built]
@ -549,12 +553,12 @@ chunk router_js.bundle.js 950 bytes [initial] [rendered] split chunk (cache grou
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
aPage.chunk.js 121 bytes [emitted] [name: aPage]
bPage.chunk.js 121 bytes [emitted] [name: bPage]
pageA.bundle.js 2.32 KiB [emitted] [name: pageA]
pageB.bundle.js 2.32 KiB [emitted] [name: pageB]
pageA.bundle.js 2.29 KiB [emitted] [name: pageA]
pageB.bundle.js 2.29 KiB [emitted] [name: pageB]
router_js.bundle.js 589 bytes [emitted]
Entrypoint pageA = router_js.bundle.js aPage.chunk.js pageA.bundle.js
Entrypoint pageB = router_js.bundle.js bPage.chunk.js pageB.bundle.js
@ -572,14 +576,14 @@ chunk bPage.chunk.js (bPage) 59 bytes [initial] [rendered] reused as split chunk
./bPage.js 59 bytes [built]
cjs require ./bPage ./bEntry.js 3:7-25
context element ./bPage . lazy ^\.\/.*Page$ chunkName: [request] namespace object ./bPage
chunk pageA.bundle.js (pageA) 87 bytes (javascript) 6.45 KiB (runtime) [entry] [rendered]
chunk pageA.bundle.js (pageA) 87 bytes (javascript) 6.5 KiB (runtime) [entry] [rendered]
> ./aEntry pageA
> ./router pageA
./aEntry.js 87 bytes [built]
[no exports used]
entry ./aEntry pageA
+ 7 hidden chunk modules
chunk pageB.bundle.js (pageB) 87 bytes (javascript) 6.45 KiB (runtime) [entry] [rendered]
chunk pageB.bundle.js (pageB) 87 bytes (javascript) 6.5 KiB (runtime) [entry] [rendered]
> ./bEntry pageB
> ./router pageB
./bEntry.js 87 bytes [built]

View File

@ -54,7 +54,7 @@ exports.foo = "bar";
!*** (webpack)/node_modules/css-loader/dist/cjs.js!./test.css ***!
\****************************************************************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: __webpack_exports__, module, __webpack_require__ */
/*! runtime requirements: __webpack_require__, module, __webpack_exports__ */
/***/ ((module, exports, __webpack_require__) => {
exports = module.exports = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ 3)(false);
@ -227,7 +227,7 @@ Prints in node.js (`enhanced-require example.js`) and in browser:
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 5.46 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -252,7 +252,7 @@ chunk output.js (main) 3.03 KiB [entry] [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 1.18 KiB [emitted] [name: main]
Entrypoint main = output.js

View File

@ -65,7 +65,7 @@ require(
!*** ./commonjs.js ***!
\*********************/
/*! exports [maybe provided (runtime-defined)] [no usage info] */
/*! runtime requirements: module, __webpack_require__.oe, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: module, __webpack_require__, __webpack_require__.oe, __webpack_require__.* */
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
// CommonJs Module Format
@ -103,7 +103,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// AMD Module Fo
\********************/
/*! export default [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.n, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.n, __webpack_exports__, __webpack_require__.r, __webpack_require__.d, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -155,30 +155,6 @@ __webpack_require__.r(__webpack_exports__);
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/compat get default export */
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
@ -204,9 +180,17 @@ __webpack_require__.r(__webpack_exports__);
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ __webpack_require__.f = {};
/******/ // This file contains only the entry chunk.
/******/ // The chunk loading function for additional chunks
/******/ __webpack_require__.e = (chunkId) => {
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
/******/ __webpack_require__.f[key](chunkId, promises);
/******/ return promises;
/******/ }, []));
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
@ -218,6 +202,22 @@ __webpack_require__.r(__webpack_exports__);
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -251,8 +251,11 @@ __webpack_require__.r(__webpack_exports__);
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -267,6 +270,7 @@ __webpack_require__.r(__webpack_exports__);
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -457,12 +461,12 @@ module.exports = function() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
635.output.js 2.1 KiB [emitted]
output.js 12.6 KiB [emitted] [name: main]
output.js 12.8 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 1010 bytes (javascript) 5.01 KiB (runtime) [entry] [rendered]
chunk output.js (main) 1010 bytes (javascript) 5.1 KiB (runtime) [entry] [rendered]
> ./example.js main
./amd.js 298 bytes [built]
[used exports unknown]
@ -474,8 +478,8 @@ chunk output.js (main) 1010 bytes (javascript) 5.01 KiB (runtime) [entry] [rende
harmony side effect evaluation ./amd ./harmony.js 3:0-24
./commonjs.js 223 bytes [built]
[used exports unknown]
amd require ./commonjs ./amd.js 2:0-12:1
cjs require ./commonjs ./amd.js 7:18-39
amd require ./commonjs ./amd.js
cjs require ./commonjs ./example.js 2:16-37
amd require ./commonjs ./example.js 7:0-14:1
amd require ./commonjs ./example.js 7:0-14:1
@ -486,8 +490,8 @@ chunk output.js (main) 1010 bytes (javascript) 5.01 KiB (runtime) [entry] [rende
./harmony.js 96 bytes [built]
[exports: default]
[used exports unknown]
amd require ./harmony ./amd.js 2:0-12:1
cjs require ./harmony ./amd.js 8:17-37
amd require ./harmony ./amd.js
amd require ./harmony ./commonjs.js 5:0-11:1
cjs require ./harmony ./commonjs.js 9:17-37
cjs require ./harmony ./example.js 4:15-35
@ -512,12 +516,12 @@ chunk 635.output.js 433 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
635.output.js 617 bytes [emitted]
output.js 2.29 KiB [emitted] [name: main]
output.js 2.3 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 1010 bytes (javascript) 5.01 KiB (runtime) [entry] [rendered]
chunk output.js (main) 1010 bytes (javascript) 5.1 KiB (runtime) [entry] [rendered]
> ./example.js main
./amd.js 298 bytes [built]
amd require ./amd ./commonjs.js 5:0-11:1
@ -527,8 +531,8 @@ chunk output.js (main) 1010 bytes (javascript) 5.01 KiB (runtime) [entry] [rende
amd require ./amd ./example.js 7:0-14:1
harmony side effect evaluation ./amd ./harmony.js 3:0-24
./commonjs.js 223 bytes [built]
amd require ./commonjs ./amd.js 2:0-12:1
cjs require ./commonjs ./amd.js 7:18-39
amd require ./commonjs ./amd.js
cjs require ./commonjs ./example.js 2:16-37
amd require ./commonjs ./example.js 7:0-14:1
amd require ./commonjs ./example.js 7:0-14:1
@ -538,8 +542,8 @@ chunk output.js (main) 1010 bytes (javascript) 5.01 KiB (runtime) [entry] [rende
entry ./example.js main
./harmony.js 96 bytes [built]
[exports: default]
amd require ./harmony ./amd.js 2:0-12:1
cjs require ./harmony ./amd.js 8:17-37
amd require ./harmony ./amd.js
amd require ./harmony ./commonjs.js 5:0-11:1
cjs require ./harmony ./commonjs.js 9:17-37
cjs require ./harmony ./example.js 4:15-35

View File

@ -167,11 +167,6 @@ __webpack_require__.e(/*! AMD require */ 52).then(function() { var __WEBPACK_AMD
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -181,6 +176,11 @@ __webpack_require__.e(/*! AMD require */ 52).then(function() { var __WEBPACK_AMD
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -216,8 +216,11 @@ __webpack_require__.e(/*! AMD require */ 52).then(function() { var __WEBPACK_AMD
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -232,6 +235,7 @@ __webpack_require__.e(/*! AMD require */ 52).then(function() { var __WEBPACK_AMD
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -408,11 +412,6 @@ __webpack_require__.e(/*! require.ensure */ 52).then((function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -422,6 +421,11 @@ __webpack_require__.e(/*! require.ensure */ 52).then((function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -457,8 +461,11 @@ __webpack_require__.e(/*! require.ensure */ 52).then((function(require) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -473,6 +480,7 @@ __webpack_require__.e(/*! require.ensure */ 52).then((function(require) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -611,12 +619,12 @@ module.exports = function(msg) {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
52.js 468 bytes [emitted]
commons.js 326 bytes [emitted] [name: commons] [id hint: commons]
pageA.js 9.27 KiB [emitted] [name: pageA]
pageB.js 9.21 KiB [emitted] [name: pageB]
pageA.js 9.41 KiB [emitted] [name: pageA]
pageB.js 9.34 KiB [emitted] [name: pageB]
Entrypoint pageA = commons.js pageA.js
Entrypoint pageB = commons.js pageB.js
chunk 52.js 88 bytes [rendered]
@ -627,7 +635,7 @@ chunk 52.js 88 bytes [rendered]
amd require ./shared ./pageA.js 2:0-4:2
require.ensure item ./shared ./pageB.js 2:0-5:2
cjs require ./shared ./pageB.js 3:14-33
chunk pageB.js (pageB) 148 bytes (javascript) 5.07 KiB (runtime) [entry] [rendered]
chunk pageB.js (pageB) 148 bytes (javascript) 5.17 KiB (runtime) [entry] [rendered]
> ./pageB pageB
./pageB.js 148 bytes [built]
[used exports unknown]
@ -641,7 +649,7 @@ chunk commons.js (commons) (id hint: commons) 26 bytes [initial] [rendered] spli
cjs require ./common ./pageA.js 1:13-32
cjs require ./common ./pageB.js 1:13-32
cjs require ./common ./shared.js 1:13-32
chunk pageA.js (pageA) 105 bytes (javascript) 5.07 KiB (runtime) [entry] [rendered]
chunk pageA.js (pageA) 105 bytes (javascript) 5.17 KiB (runtime) [entry] [rendered]
> ./pageA pageA
./pageA.js 105 bytes [built]
[used exports unknown]
@ -653,12 +661,12 @@ chunk pageA.js (pageA) 105 bytes (javascript) 5.07 KiB (runtime) [entry] [render
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
52.js 120 bytes [emitted]
commons.js 90 bytes [emitted] [name: commons] [id hint: commons]
pageA.js 1.77 KiB [emitted] [name: pageA]
pageB.js 1.74 KiB [emitted] [name: pageB]
pageA.js 1.78 KiB [emitted] [name: pageA]
pageB.js 1.76 KiB [emitted] [name: pageB]
Entrypoint pageA = commons.js pageA.js
Entrypoint pageB = commons.js pageB.js
chunk 52.js 88 bytes [rendered]
@ -668,7 +676,7 @@ chunk 52.js 88 bytes [rendered]
amd require ./shared ./pageA.js 2:0-4:2
require.ensure item ./shared ./pageB.js 2:0-5:2
cjs require ./shared ./pageB.js 3:14-33
chunk pageB.js (pageB) 148 bytes (javascript) 5.08 KiB (runtime) [entry] [rendered]
chunk pageB.js (pageB) 148 bytes (javascript) 5.17 KiB (runtime) [entry] [rendered]
> ./pageB pageB
./pageB.js 148 bytes [built]
[no exports used]
@ -681,7 +689,7 @@ chunk commons.js (commons) (id hint: commons) 26 bytes [initial] [rendered] spli
cjs require ./common ./pageA.js 1:13-32
cjs require ./common ./pageB.js 1:13-32
cjs require ./common ./shared.js 1:13-32
chunk pageA.js (pageA) 105 bytes (javascript) 5.08 KiB (runtime) [entry] [rendered]
chunk pageA.js (pageA) 105 bytes (javascript) 5.17 KiB (runtime) [entry] [rendered]
> ./pageA pageA
./pageA.js 105 bytes [built]
[no exports used]

View File

@ -85,11 +85,6 @@ require.ensure(["b"], function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -99,6 +94,11 @@ require.ensure(["b"], function(require) {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -132,8 +132,11 @@ require.ensure(["b"], function(require) {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -148,6 +151,7 @@ require.ensure(["b"], function(require) {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -335,13 +339,13 @@ __webpack_require__.e(/*! require.ensure */ 885).then((function(require) {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
666.output.js 814 bytes [emitted] [name: my own chunk]
885.output.js 582 bytes [emitted]
output.js 8.64 KiB [emitted] [name: main]
output.js 8.77 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 432 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 432 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 421 bytes [built]
[used exports unknown]
@ -383,13 +387,13 @@ chunk 885.output.js 22 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
666.output.js 99 bytes [emitted] [name: my own chunk]
885.output.js 84 bytes [emitted]
output.js 1.63 KiB [emitted] [name: main]
output.js 1.64 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 432 bytes (javascript) 4.14 KiB (runtime) [entry] [rendered]
chunk output.js (main) 432 bytes (javascript) 4.23 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js 421 bytes [built]
[no exports used]

File diff suppressed because it is too large Load Diff

View File

@ -120,8 +120,8 @@ module.exports = {
/*!********************************************!*\
!*** ./node_modules/shared.js + 1 modules ***!
\********************************************/
/*! export x [provided] [used] [can be renamed] */
/*! export y [provided] [used] [can be renamed] */
/*! export x [provided] [used] [could be renamed] */
/*! export y [provided] [used] [could be renamed] */
/*! other exports [not provided] [unused] */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
@ -174,6 +174,19 @@ var x = "x";
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/ensure chunk */
/******/ !function() {
/******/ __webpack_require__.f = {};
@ -187,16 +200,12 @@ var x = "x";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ var hasOwnProperty = Object.prototype.hasOwnProperty;
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(hasOwnProperty.call(definition, key) && !hasOwnProperty.call(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
@ -216,15 +225,6 @@ var x = "x";
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "" + chunkId + ".output.js";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -258,8 +258,11 @@ var x = "x";
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -274,6 +277,7 @@ var x = "x";
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -475,12 +479,12 @@ Minimized
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
262.output.js 2.84 KiB [emitted]
output.js 10.1 KiB [emitted] [name: main]
output.js 10.2 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 372 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 372 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js + 2 modules 272 bytes [built]
[no exports]
@ -510,12 +514,12 @@ chunk 262.output.js 273 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
262.output.js 265 bytes [emitted]
output.js 1.87 KiB [emitted] [name: main]
output.js 1.89 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 372 bytes (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 372 bytes (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js + 2 modules 272 bytes [built]
[no exports]

View File

@ -63,7 +63,7 @@ export { c } from "./c";
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -90,7 +90,7 @@ console.log(
/*! export b [provided] [no usage info] [missing usage info prevents renaming] */
/*! export c [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -114,7 +114,7 @@ __webpack_require__.r(__webpack_exports__);
\**************************************/
/*! export a [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -131,7 +131,7 @@ const a = "a";
\**************************************/
/*! export b [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -148,7 +148,7 @@ const b = "b";
\**************************************/
/*! export c [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -165,7 +165,7 @@ const c = "c";
\************************************************/
/*! export a [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -182,7 +182,7 @@ const a = "a";
\************************************************/
/*! export b [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -222,17 +222,6 @@ const b = "b";
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -246,6 +235,17 @@ const b = "b";
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/************************************************************************/
/******/ // startup
/******/ // Load entry module
@ -261,7 +261,7 @@ const b = "b";
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
output.js 8.03 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -275,13 +275,13 @@ chunk output.js (main) 325 bytes (javascript) 632 bytes (runtime) [entry] [rende
[exports: a]
[used exports unknown]
harmony import specifier big-module-with-flag ./example.js 7:1-3 (skipped side-effect-free modules)
harmony side effect evaluation ./a ./node_modules/big-module-with-flag/index.js 1:0-24
[inactive] harmony side effect evaluation ./a ./node_modules/big-module-with-flag/index.js 1:0-24
harmony export imported specifier ./a ./node_modules/big-module-with-flag/index.js 1:0-24
./node_modules/big-module-with-flag/b.js 22 bytes [built]
[exports: b]
[used exports unknown]
harmony import specifier big-module-with-flag ./example.js 8:1-3 (skipped side-effect-free modules)
harmony side effect evaluation ./b ./node_modules/big-module-with-flag/index.js 2:0-24
[inactive] harmony side effect evaluation ./b ./node_modules/big-module-with-flag/index.js 2:0-24
harmony export imported specifier ./b ./node_modules/big-module-with-flag/index.js 2:0-24
./node_modules/big-module/a.js 22 bytes [built]
[exports: a]
@ -311,18 +311,18 @@ chunk output.js (main) 325 bytes (javascript) 632 bytes (runtime) [entry] [rende
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
output.js 62 bytes [emitted] [name: main]
output.js 52 bytes [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 325 bytes [entry] [rendered]
> ./example.js main
./example.js + 6 modules 325 bytes [built]
[no exports]
[no exports used]
harmony side effect evaluation ./a ./node_modules/big-module-with-flag/index.js 1:0-24
harmony export imported specifier ./a ./node_modules/big-module-with-flag/index.js 1:0-24
harmony side effect evaluation ./b ./node_modules/big-module-with-flag/index.js 2:0-24
harmony export imported specifier ./b ./node_modules/big-module-with-flag/index.js 2:0-24
[inactive] harmony side effect evaluation ./a ./node_modules/big-module-with-flag/index.js 1:0-24
[inactive] harmony export imported specifier ./a ./node_modules/big-module-with-flag/index.js 1:0-24
[inactive] harmony side effect evaluation ./b ./node_modules/big-module-with-flag/index.js 2:0-24
[inactive] harmony export imported specifier ./b ./node_modules/big-module-with-flag/index.js 2:0-24
entry ./example.js main
```

View File

@ -133,7 +133,7 @@ When compiling for other targets like node.js, electron or WebWorkers, it may be
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -153,7 +153,7 @@ __webpack_require__.r(__webpack_exports__);
/*! export AlternativeCreateUserAction [provided] [no usage info] [missing usage info prevents renaming] */
/*! export CreateUserAction [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.e, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.e, __webpack_require__, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
@ -223,17 +223,6 @@ const AlternativeCreateUserAction = async name => {
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -260,11 +249,6 @@ const AlternativeCreateUserAction = async name => {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/get javascript chunk filename */
/******/ !function() {
/******/ // This function allow to reference async chunks
@ -274,6 +258,22 @@ const AlternativeCreateUserAction = async name => {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/
@ -307,8 +307,11 @@ const AlternativeCreateUserAction = async name => {
/******/ // start chunk loading
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
/******/ var loadingEnded = () => {
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) return installedChunks[chunkId][1];
/******/ if(installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId)) {
/******/ installedChunkData = installedChunks[chunkId];
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
/******/ if(installedChunkData) return installedChunkData[1];
/******/ }
/******/ };
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
@ -323,6 +326,7 @@ const AlternativeCreateUserAction = async name => {
/******/ // create error before stack unwound to get useful stacktrace later
/******/ var error = new Error();
/******/ onScriptComplete = function (event) {
/******/ onScriptComplete = function() {};
/******/ // avoid mem leaks in IE.
/******/ script.onerror = script.onload = null;
/******/ clearTimeout(timeout);
@ -418,7 +422,7 @@ const AlternativeCreateUserAction = async name => {
\********************/
/*! export createUser [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -448,7 +452,7 @@ return __webpack_exports__;
/*! export close [provided] [no usage info] [missing usage info prevents renaming] */
/*! export dbCall [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -494,12 +498,12 @@ return __webpack_exports__;
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
497.output.js 2.48 KiB [emitted]
output.js 11.2 KiB [emitted] [name: main]
output.js 11.3 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 1.19 KiB (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 1.19 KiB (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./Actions.js 1.09 KiB [built]
[exports: AlternativeCreateUserAction, CreateUserAction]
@ -530,12 +534,12 @@ chunk 497.output.js 622 bytes [rendered]
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
497.output.js 477 bytes [emitted]
output.js 1.82 KiB [emitted] [name: main]
output.js 1.83 KiB [emitted] [name: main]
Entrypoint main = output.js
chunk output.js (main) 1.19 KiB (javascript) 4.75 KiB (runtime) [entry] [rendered]
chunk output.js (main) 1.19 KiB (javascript) 4.85 KiB (runtime) [entry] [rendered]
> ./example.js main
./example.js + 1 modules 1.19 KiB [built]
[no exports]

View File

@ -128,8 +128,10 @@ console.log(__webpack_require__(/*! ./index */ 1));
## Unoptimized
```
Starting type checking service...
Using 1 worker with 2048MB memory limit
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 2.23 KiB [emitted] [name: main]
Entrypoint main = output.js
@ -146,8 +148,10 @@ chunk output.js (main) 652 bytes [entry] [rendered]
## Production mode
```
Starting type checking service...
Using 1 worker with 2048MB memory limit
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
output.js 541 bytes [emitted] [name: main]
Entrypoint main = output.js

View File

@ -77,7 +77,7 @@ export const memory = await getMemoryFromParentInWorker();
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -111,7 +111,7 @@ return __webpack_exports__;
/*! export getNumber [provided] [no usage info] [missing usage info prevents renaming] */
/*! export set [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -162,7 +162,7 @@ module.exports = Promise.resolve(WEBPACK_IMPORTED_MODULE_0).then(function(WEBPAC
\*******************/
/*! export memory [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -190,7 +190,7 @@ return __webpack_exports__;
/*! export getNumber [provided] [no usage info] [missing usage info prevents renaming] */
/*! export getRandomNumber [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_exports__, __webpack_require__.d, __webpack_require__.r, __webpack_require__.* */
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -238,17 +238,6 @@ function getRandomNumber() {
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -262,6 +251,17 @@ function getRandomNumber() {
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
@ -297,7 +297,7 @@ function getRandomNumber() {
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
594f5a209057602bfc3f.module.wasm 139 bytes [emitted] [immutable] [name: (main)]
output.js 8.7 KiB [emitted] [name: main]
@ -340,7 +340,7 @@ chunk output.js (main) 708 bytes (javascript) 139 bytes (webassembly) 1.24 KiB (
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-beta.1
Version: webpack 5.0.0-beta.6
Asset Size
4636ea8e62e0734a195f.module.wasm 139 bytes [emitted] [immutable] [name: (main)]
output.js 1.61 KiB [emitted] [name: main]

View File

@ -63,7 +63,7 @@ export function fibonacciJavascript(i) {
!*** ./example.js ***!
\********************/
/*! exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_require__.r, __webpack_exports__, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -124,7 +124,7 @@ module.exports = __webpack_require__.v(exports, module.i)
/*! export fibonacci [provided] [no usage info] [missing usage info prevents renaming] */
/*! export fibonacciJavascript [provided] [no usage info] [missing usage info prevents renaming] */
/*! other exports [not provided] [no usage info] */
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, module, __webpack_require__, __webpack_require__.d, __webpack_require__.* */
/*! runtime requirements: __webpack_require__, __webpack_exports__, __webpack_require__.d, __webpack_require__.r, module, __webpack_require__.* */
/***/ ((module, __webpack_exports__, __webpack_require__) => {
"use strict";
@ -214,17 +214,6 @@ module.exports = __webpack_require__.v(exports, module.i)
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ !function() {
/******/ // define getter functions for harmony exports
@ -238,6 +227,17 @@ module.exports = __webpack_require__.v(exports, module.i)
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ __webpack_require__.p = "dist/";
@ -273,7 +273,7 @@ module.exports = __webpack_require__.v(exports, module.i)
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
04913f0d8c9a5aaf9873.wasm 62 bytes [emitted] [immutable] [name: (main)]
3ee1e22348cddba39f35.wasm 41 bytes [emitted] [immutable] [name: (main)]
@ -323,7 +323,7 @@ chunk output.js (main) 1.3 KiB (javascript) 170 bytes (webassembly) 1.29 KiB (ru
```
Hash: 0a1b2c3d4e5f6a7b8c9d
Version: webpack 5.0.0-alpha.31
Version: webpack 5.0.0-beta.6
Asset Size
5ba3e3921117e9d828f5.wasm 67 bytes [emitted] [immutable] [name: (main)]
5dd947250fab86306d49.wasm 62 bytes [emitted] [immutable] [name: (main)]