Skip to content

Instantly share code, notes, and snippets.

@nchanged
Created February 4, 2020 15:02
Show Gist options
  • Save nchanged/c6c6cb631a5e0b4aab30d1374a332789 to your computer and use it in GitHub Desktop.
Save nchanged/c6c6cb631a5e0b4aab30d1374a332789 to your computer and use it in GitHub Desktop.
payload {
"bundleString": "__fuse.bundle(/* heres it the update code with sourcemaps */)",
"modules": [
1
],
"tree": {
"1": {
"deps": [
2,
7,
8,
9,
11,
12
],
"path": "playground/cacheTest/src/index.js"
},
"2": {
"deps": [
3,
5,
6
],
"path": "playground/cacheTest/modules/foo/index.js"
},
"3": {
"deps": [
4
],
"path": "playground/cacheTest/modules/bar/index.js"
},
"4": {
"deps": [],
"path": "playground/cacheTest/modules/bar/barSome.js"
},
"5": {
"deps": [],
"path": "playground/cacheTest/modules/foo/hi.js"
},
"6": {
"deps": [],
"path": "playground/cacheTest/modules/foo/other.js"
},
"7": {
"deps": [],
"path": "playground/cacheTest/src/another.js"
},
"8": {
"deps": [],
"path": "playground/cacheTest/src/baz.js"
},
"9": {
"deps": [
10,
3
],
"path": "playground/cacheTest/src/recursive1.js"
},
"10": {
"deps": [
7,
9
],
"path": "playground/cacheTest/src/recursive2.js"
},
"11": {
"deps": [],
"path": "playground/cacheTest/modules/ext_1/index.js"
},
"12": {
"deps": [
13
],
"path": "modules/fuse-box-hot-reload/clientHotReload.ts"
},
"13": {
"deps": [
14
],
"path": "modules/fuse-box-websocket/index.js"
},
"14": {
"deps": [],
"path": "modules/events/index.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment