Skip to content

Commit 222f4de

Browse files
committed
Unfix
1 parent 6661939 commit 222f4de

File tree

240 files changed

+27981
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+27981
-2
lines changed

dist/app-build-manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pages": {
3+
"/page": [
4+
"static/chunks/webpack.js",
5+
"static/chunks/main-app.js",
6+
"static/css/app/page.css",
7+
"static/chunks/app/page.js"
8+
],
9+
"/layout": [
10+
"static/chunks/webpack.js",
11+
"static/chunks/main-app.js",
12+
"static/css/app/layout.css",
13+
"static/chunks/app/layout.js"
14+
]
15+
}
16+
}

dist/build-manifest.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [],
9+
"lowPriorityFiles": [
10+
"static/development/_buildManifest.js",
11+
"static/development/_ssgManifest.js"
12+
],
13+
"rootMainFiles": [
14+
"static/chunks/webpack.js",
15+
"static/chunks/main-app.js"
16+
],
17+
"pages": {
18+
"/_app": [
19+
"static/chunks/webpack.js",
20+
"static/chunks/main.js",
21+
"static/chunks/pages/_app.js"
22+
],
23+
"/_error": [
24+
"static/chunks/webpack.js",
25+
"static/chunks/main.js",
26+
"static/chunks/pages/_error.js"
27+
]
28+
},
29+
"ampFirstPages": []
30+
}
Binary file not shown.
Binary file not shown.
35.1 KB
Binary file not shown.
7.12 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
7.34 MB
Binary file not shown.
28.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)