Created
September 14, 2016 18:14
-
-
Save sburns/bde9825f4527dba1514dcbba43551e29 to your computer and use it in GitHub Desktop.
Sample JSON file produced by webpack-bundle-tracker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status":"done", | |
"chunks": | |
{ | |
"app":[{ | |
"name":"app-e601e3f402dee00ca72a.js", | |
"path":"/Users/scott/code/health/health/static/bundles/app-e601e3f402dee00ca72a.js" | |
}, | |
{ | |
"name":"app-e601e3f402dee00ca72a.css", | |
"path":"/Users/scott/code/health/health/static/bundles/app-e601e3f402dee00ca72a.css" | |
}, | |
{ | |
"name":"app-e601e3f402dee00ca72a.js.map", | |
"path":"/Users/scott/code/health/health/static/bundles/app-e601e3f402dee00ca72a.js.map" | |
}, | |
{ | |
"name":"app-e601e3f402dee00ca72a.css.map", | |
"path":"/Users/scott/code/health/health/static/bundles/app-e601e3f402dee00ca72a.css.map" | |
} | |
] | |
}, | |
"startTime":1473772622297, | |
"endTime":1473772679402 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment