Last active
November 25, 2019 00:49
-
-
Save ScriptedAlchemy/f77a3ed08a4de9466737572564f8473f to your computer and use it in GitHub Desktop.
Entry Manifest with interleaved dependencies
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
| if(!window.entryManifest) {window.entryManifest = {}}; | |
| window.entryManifest["some-namespace"] = { | |
| "commons.js": { | |
| "path": "static/chunks/commons.7343b2658e7f703389c2.js", | |
| "dependencies": null, | |
| "isInitial": true | |
| }, | |
| "static/runtime/webpack.js.js": { | |
| "path": "static/runtime/webpack-035ac2b14bde147cb4a8.js", | |
| "dependencies": null, | |
| "isInitial": true | |
| }, | |
| "Nav.js": { | |
| "path": "static/chunks/Nav.2f738b6e009bff36603b.js", | |
| "dependencies": [ | |
| { | |
| "order": 2, | |
| "name": "react", | |
| "id": "q1tI", | |
| "sourceFiles": [ | |
| "static/chunks/commons.7343b2658e7f703389c2.js" | |
| ] | |
| }, | |
| { | |
| "order": 1, | |
| "name": "styled-jsx/style", | |
| "id": "MX0m", | |
| "sourceFiles": [ | |
| "static/USjjPAjPGyMyrxhHb62Sn/pages/index.js" | |
| ] | |
| }, | |
| { | |
| "order": 3, | |
| "name": "next/link", | |
| "id": "YFqc", | |
| "sourceFiles": [ | |
| "static/USjjPAjPGyMyrxhHb62Sn/pages/index.js" | |
| ] | |
| } | |
| ], | |
| "isInitial": true | |
| }, | |
| "static/USjjPAjPGyMyrxhHb62Sn/pages/_app.js.js": { | |
| "path": "static/USjjPAjPGyMyrxhHb62Sn/pages/_app.js", | |
| "dependencies": null, | |
| "isInitial": true | |
| }, | |
| "static/USjjPAjPGyMyrxhHb62Sn/pages/_error.js.js": { | |
| "path": "static/USjjPAjPGyMyrxhHb62Sn/pages/_error.js", | |
| "dependencies": null, | |
| "isInitial": true | |
| }, | |
| "static/USjjPAjPGyMyrxhHb62Sn/pages/index.js.js": { | |
| "path": "static/USjjPAjPGyMyrxhHb62Sn/pages/index.js", | |
| "dependencies": null, | |
| "isInitial": true | |
| }, | |
| "static/runtime/main.js.js": { | |
| "path": "static/runtime/main-2dda59a3a4dcc56c1026.js", | |
| "dependencies": null, | |
| "isInitial": true | |
| }, | |
| "build-manifest.json": { | |
| "path": "build-manifest.json", | |
| "dependencies": null, | |
| "isInitial": null | |
| }, | |
| "react-loadable-manifest.json": { | |
| "path": "react-loadable-manifest.json", | |
| "dependencies": null, | |
| "isInitial": null | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment