{ "errors": [], "warnings": [], "version": "2.7.0", "hash": "60e2cab0409bb8306f0c", "time": 34, "publicPath": "", "assetsByChunkName": { "index": "index.js" }, "assets": [ { "name": "0.index.js", "size": 336, "chunks": [ 0 ], "chunkNames": [], "emitted": true }, { "name": "1.index.js", "size": 318, "chunks": [ 1 ], "chunkNames": [], "emitted": true }, { "name": "index.js", "size": 6247, "chunks": [ 2 ], "chunkNames": [ "index" ], "emitted": true } ], "entrypoints": { "index": { "chunks": [ 2 ], "assets": [ "index.js" ] } }, "chunks": [ { "id": 0, "rendered": true, "initial": false, "entry": false, "extraAsync": false, "size": 62, "names": [], "files": [ "0.index.js" ], "hash": "a39227a29d4ad79d1541", "parents": [ 2 ], "modules": [ { "id": 2, "identifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/module2.js", "name": "./module2.js", "index": 2, "index2": 1, "size": 62, "cacheable": true, "built": true, "optional": false, "prefetched": false, "chunks": [ 0 ], "assets": [], "issuer": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "issuerId": 0, "issuerName": "./index.js", "profile": { "factory": 2, "building": 2 }, "failed": false, "errors": 0, "warnings": 0, "reasons": [ { "moduleId": 0, "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "module": "./index.js", "moduleName": "./index.js", "type": "import()", "userRequest": "./module2", "loc": "10:30-49" } ], "usedExports": true, "providedExports": [ "moduleTwo" ], "depth": 1, "source": "\n\nexport function moduleTwo() {\n console.log(\"Module 2!\")\n}" } ], "filteredModules": 0, "origins": [ { "moduleId": 0, "module": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "moduleName": "./index.js", "loc": "10:30-49", "name": null, "reasons": [] } ] }, { "id": 1, "rendered": true, "initial": false, "entry": false, "extraAsync": false, "size": 60, "names": [], "files": [ "1.index.js" ], "hash": "f78b7e432b996efee42d", "parents": [ 2 ], "modules": [ { "id": 1, "identifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/module1.js", "name": "./module1.js", "index": 1, "index2": 0, "size": 60, "cacheable": true, "built": true, "optional": false, "prefetched": false, "chunks": [ 1 ], "assets": [], "issuer": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "issuerId": 0, "issuerName": "./index.js", "profile": { "factory": 2, "building": 2 }, "failed": false, "errors": 0, "warnings": 0, "reasons": [ { "moduleId": 0, "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "module": "./index.js", "moduleName": "./index.js", "type": "import()", "userRequest": "./module1", "loc": "7:28-47" } ], "usedExports": true, "providedExports": [ "default" ], "depth": 1, "source": "\n\nexport default function() {\n console.log(\"Module 1!\")\n}" } ], "filteredModules": 0, "origins": [ { "moduleId": 0, "module": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "moduleName": "./index.js", "loc": "7:28-47", "name": null, "reasons": [] } ] }, { "id": 2, "rendered": true, "initial": true, "entry": true, "extraAsync": false, "size": 193, "names": [ "index" ], "files": [ "index.js" ], "hash": "09c330f3d7345c39c1e2", "parents": [], "modules": [ { "id": 0, "identifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "name": "./index.js", "index": 0, "index2": 2, "size": 193, "cacheable": true, "built": true, "optional": false, "prefetched": false, "chunks": [ 2 ], "assets": [], "issuer": null, "issuerId": null, "issuerName": null, "profile": { "factory": 9, "building": 7 }, "failed": false, "errors": 0, "warnings": 0, "reasons": [], "usedExports": true, "providedExports": null, "depth": 0, "source": "\n\nconsole.log(\"Basic project\");\n\n(async function() {\n\n const moduleOne = await import('./module1');\n moduleOne();\n\n const {moduleTwo} = await import('./module2');\n moduleTwo()\n})();" } ], "filteredModules": 0, "origins": [ { "moduleId": 0, "module": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "moduleName": "./index.js", "loc": "", "name": "index", "reasons": [] } ] } ], "modules": [ { "id": 0, "identifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "name": "./index.js", "index": 0, "index2": 2, "size": 193, "cacheable": true, "built": true, "optional": false, "prefetched": false, "chunks": [ 2 ], "assets": [], "issuer": null, "issuerId": null, "issuerName": null, "profile": { "factory": 9, "building": 7 }, "failed": false, "errors": 0, "warnings": 0, "reasons": [], "usedExports": true, "providedExports": null, "depth": 0, "source": "\n\nconsole.log(\"Basic project\");\n\n(async function() {\n\n const moduleOne = await import('./module1');\n moduleOne();\n\n const {moduleTwo} = await import('./module2');\n moduleTwo()\n})();" }, { "id": 1, "identifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/module1.js", "name": "./module1.js", "index": 1, "index2": 0, "size": 60, "cacheable": true, "built": true, "optional": false, "prefetched": false, "chunks": [ 1 ], "assets": [], "issuer": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "issuerId": 0, "issuerName": "./index.js", "profile": { "factory": 2, "building": 2 }, "failed": false, "errors": 0, "warnings": 0, "reasons": [ { "moduleId": 0, "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "module": "./index.js", "moduleName": "./index.js", "type": "import()", "userRequest": "./module1", "loc": "7:28-47" } ], "usedExports": true, "providedExports": [ "default" ], "depth": 1, "source": "\n\nexport default function() {\n console.log(\"Module 1!\")\n}" }, { "id": 2, "identifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/module2.js", "name": "./module2.js", "index": 2, "index2": 1, "size": 62, "cacheable": true, "built": true, "optional": false, "prefetched": false, "chunks": [ 0 ], "assets": [], "issuer": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "issuerId": 0, "issuerName": "./index.js", "profile": { "factory": 2, "building": 2 }, "failed": false, "errors": 0, "warnings": 0, "reasons": [ { "moduleId": 0, "moduleIdentifier": "/home/kevin_velasco/Data/Projects/webpack-stats/test_projects/common_src/index.js", "module": "./index.js", "moduleName": "./index.js", "type": "import()", "userRequest": "./module2", "loc": "10:30-49" } ], "usedExports": true, "providedExports": [ "moduleTwo" ], "depth": 1, "source": "\n\nexport function moduleTwo() {\n console.log(\"Module 2!\")\n}" } ], "filteredModules": 0, "children": [] }