webpack
Version:
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.
679 lines (678 loc) • 30.7 kB
JSON
{
"version": "1.0.0",
"errors": [],
"warnings": [],
"hash": "a95e27a443bce25b1303",
"time": 116,
"assets": [
{
"name": "pageC.bundle.js",
"size": 3608,
"chunks": [
0
],
"chunkNames": [
"pageC"
],
"emitted": true
},
{
"name": "1.chunk.js",
"size": 208,
"chunks": [
1
],
"chunkNames": [],
"emitted": true
},
{
"name": "pageB.bundle.js",
"size": 3707,
"chunks": [
2
],
"chunkNames": [
"pageB"
],
"emitted": true
},
{
"name": "3.chunk.js",
"size": 5657,
"chunks": [
3
],
"chunkNames": [],
"emitted": true
},
{
"name": "pageA.bundle.js",
"size": 3720,
"chunks": [
4
],
"chunkNames": [
"pageA"
],
"emitted": true
}
],
"chunks": [
{
"id": 0,
"rendered": true,
"initial": true,
"entry": true,
"size": 70,
"names": [
"pageC"
],
"files": [
"pageC.bundle.js"
],
"parents": [],
"modules": [
{
"id": 0,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"name": "./pageC.js",
"size": 70,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
0
],
"profile": {
"factory": 10,
"building": 42,
"dependencies": 1
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [],
"source": "require([\"./a\"], function(a) {\r\n\tconsole.log(a + require(\"./b\"));\r\n});"
}
],
"origins": [
{
"moduleId": 0,
"module": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"moduleName": "./pageC.js",
"loc": "",
"name": "pageC",
"reasons": []
}
]
},
{
"id": 1,
"rendered": true,
"initial": false,
"entry": false,
"size": 42,
"names": [],
"files": [
"1.chunk.js"
],
"parents": [
0
],
"modules": [
{
"id": 2,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\a.js",
"name": "./a.js",
"size": 21,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
1,
4
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"profile": {
"factory": 26,
"building": 14
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"module": "./pageA.js",
"moduleName": "./pageA.js",
"type": "cjs require",
"userRequest": "./a",
"loc": "2:8-22"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"module": "./pageC.js",
"moduleName": "./pageC.js",
"type": "amd require",
"userRequest": "./a",
"loc": "1:0-3:2"
}
],
"source": "module.exports = \"a\";"
},
{
"id": 3,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\b.js",
"name": "./b.js",
"size": 21,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
1,
2
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"profile": {
"factory": 22,
"building": 5
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"module": "./pageB.js",
"moduleName": "./pageB.js",
"type": "cjs require",
"userRequest": "./b",
"loc": "2:8-22"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"module": "./pageC.js",
"moduleName": "./pageC.js",
"type": "cjs require",
"userRequest": "./b",
"loc": "2:17-31"
}
],
"source": "module.exports = \"b\";"
}
],
"loc": "1:0-3:2",
"origins": [
{
"moduleId": 0,
"module": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"moduleName": "./pageC.js",
"loc": "1:0-3:2",
"name": null,
"reasons": []
}
]
},
{
"id": 2,
"rendered": true,
"initial": true,
"entry": true,
"size": 92,
"names": [
"pageB"
],
"files": [
"pageB.bundle.js"
],
"parents": [],
"modules": [
{
"id": 0,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"name": "./pageB.js",
"size": 71,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
2
],
"profile": {
"factory": 10,
"building": 19,
"dependencies": 21
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [],
"source": "require([\"./common\"], function(common) {\r\n\tcommon(require(\"./b\"));\r\n});"
},
{
"id": 3,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\b.js",
"name": "./b.js",
"size": 21,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
1,
2
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"profile": {
"factory": 22,
"building": 5
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"module": "./pageB.js",
"moduleName": "./pageB.js",
"type": "cjs require",
"userRequest": "./b",
"loc": "2:8-22"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"module": "./pageC.js",
"moduleName": "./pageC.js",
"type": "cjs require",
"userRequest": "./b",
"loc": "2:17-31"
}
],
"source": "module.exports = \"b\";"
}
],
"origins": [
{
"moduleId": 0,
"module": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"moduleName": "./pageB.js",
"loc": "",
"name": "pageB",
"reasons": []
}
]
},
{
"id": 3,
"rendered": true,
"initial": false,
"entry": false,
"size": 5553,
"names": [],
"files": [
"3.chunk.js"
],
"parents": [
2,
4
],
"modules": [
{
"id": 1,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\common.js",
"name": "./common.js",
"size": 5553,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
3
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"profile": {
"factory": 25,
"building": 14
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"module": "./pageA.js",
"moduleName": "./pageA.js",
"type": "amd require",
"userRequest": "./common",
"loc": "1:0-3:2"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"module": "./pageB.js",
"moduleName": "./pageB.js",
"type": "amd require",
"userRequest": "./common",
"loc": "1:0-3:2"
}
],
"source": "module.exports = function(msg) {\r\n\tconsole.log(msg);\r\n};\r\nvar justToBeABigFile = [\r\n\t\"1337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331\",\r\n\t\"3133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733\",\r\n\t\"3313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373\",\r\n\t\"7331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337\",\r\n\t\"3733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133\",\r\n\t\"3373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313\",\r\n\t\"1337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331\",\r\n];"
}
],
"loc": "1:0-3:2",
"origins": [
{
"moduleId": 0,
"module": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"moduleName": "./pageB.js",
"loc": "1:0-3:2",
"name": null,
"reasons": []
},
{
"moduleId": 0,
"module": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"moduleName": "./pageA.js",
"loc": "1:0-3:2",
"name": null,
"reasons": [
"aggressive-merge"
]
}
]
},
{
"id": 4,
"rendered": true,
"initial": true,
"entry": true,
"size": 92,
"names": [
"pageA"
],
"files": [
"pageA.bundle.js"
],
"parents": [],
"modules": [
{
"id": 0,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"name": "./pageA.js",
"size": 71,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
4
],
"profile": {
"factory": 12,
"building": 16
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [],
"source": "require([\"./common\"], function(common) {\r\n\tcommon(require(\"./a\"));\r\n});"
},
{
"id": 2,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\a.js",
"name": "./a.js",
"size": 21,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
1,
4
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"profile": {
"factory": 26,
"building": 14
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"module": "./pageA.js",
"moduleName": "./pageA.js",
"type": "cjs require",
"userRequest": "./a",
"loc": "2:8-22"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"module": "./pageC.js",
"moduleName": "./pageC.js",
"type": "amd require",
"userRequest": "./a",
"loc": "1:0-3:2"
}
],
"source": "module.exports = \"a\";"
}
],
"origins": [
{
"moduleId": 0,
"module": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"moduleName": "./pageA.js",
"loc": "",
"name": "pageA",
"reasons": []
}
]
}
],
"modules": [
{
"id": 0,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"name": "./pageA.js",
"size": 71,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
4
],
"profile": {
"factory": 12,
"building": 16
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [],
"source": "require([\"./common\"], function(common) {\r\n\tcommon(require(\"./a\"));\r\n});"
},
{
"id": 0,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"name": "./pageB.js",
"size": 71,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
2
],
"profile": {
"factory": 10,
"building": 19,
"dependencies": 21
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [],
"source": "require([\"./common\"], function(common) {\r\n\tcommon(require(\"./b\"));\r\n});"
},
{
"id": 0,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"name": "./pageC.js",
"size": 70,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
0
],
"profile": {
"factory": 10,
"building": 42,
"dependencies": 1
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [],
"source": "require([\"./a\"], function(a) {\r\n\tconsole.log(a + require(\"./b\"));\r\n});"
},
{
"id": 1,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\common.js",
"name": "./common.js",
"size": 5553,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
3
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"profile": {
"factory": 25,
"building": 14
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"module": "./pageA.js",
"moduleName": "./pageA.js",
"type": "amd require",
"userRequest": "./common",
"loc": "1:0-3:2"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"module": "./pageB.js",
"moduleName": "./pageB.js",
"type": "amd require",
"userRequest": "./common",
"loc": "1:0-3:2"
}
],
"source": "module.exports = function(msg) {\r\n\tconsole.log(msg);\r\n};\r\nvar justToBeABigFile = [\r\n\t\"1337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331\",\r\n\t\"3133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733\",\r\n\t\"3313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373\",\r\n\t\"7331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337\",\r\n\t\"3733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133733133\",\r\n\t\"3373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313373313\",\r\n\t\"1337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331337331\",\r\n];"
},
{
"id": 2,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\a.js",
"name": "./a.js",
"size": 21,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
1,
4
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"profile": {
"factory": 26,
"building": 14
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageA.js",
"module": "./pageA.js",
"moduleName": "./pageA.js",
"type": "cjs require",
"userRequest": "./a",
"loc": "2:8-22"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"module": "./pageC.js",
"moduleName": "./pageC.js",
"type": "amd require",
"userRequest": "./a",
"loc": "1:0-3:2"
}
],
"source": "module.exports = \"a\";"
},
{
"id": 3,
"identifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\b.js",
"name": "./b.js",
"size": 21,
"cacheable": true,
"built": true,
"prefetched": false,
"chunks": [
1,
2
],
"issuer": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"profile": {
"factory": 22,
"building": 5
},
"failed": false,
"errors": 0,
"warnings": 0,
"reasons": [
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageB.js",
"module": "./pageB.js",
"moduleName": "./pageB.js",
"type": "cjs require",
"userRequest": "./b",
"loc": "2:8-22"
},
{
"moduleId": 0,
"moduleIdentifier": "C:\\Users\\kopperts\\Repos\\node_modules\\webpack\\examples\\agressive-merging\\pageC.js",
"module": "./pageC.js",
"moduleName": "./pageC.js",
"type": "cjs require",
"userRequest": "./b",
"loc": "2:17-31"
}
],
"source": "module.exports = \"b\";"
}
],
"children": []
}