Skip to content

Commit 747ba9d

Browse files
committed
install missing packages
1 parent c7631b6 commit 747ba9d

File tree

10 files changed

+1548
-0
lines changed

10 files changed

+1548
-0
lines changed

next-app/.next/build-manifest.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [
9+
"static/chunks/webpack.js",
10+
"static/chunks/amp.js"
11+
],
12+
"lowPriorityFiles": [
13+
"static/development/_buildManifest.js",
14+
"static/development/_ssgManifest.js"
15+
],
16+
"pages": {
17+
"/_app": [
18+
"static/chunks/main.js",
19+
"static/chunks/webpack.js",
20+
"static/chunks/pages/_app.js"
21+
],
22+
"/_error": [
23+
"static/chunks/main.js",
24+
"static/chunks/webpack.js",
25+
"static/chunks/pages/_error.js"
26+
]
27+
},
28+
"ampFirstPages": []
29+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"./dev/noop": [
3+
{
4+
"id": "./node_modules/next/dist/client/dev/noop.js",
5+
"file": "static/chunks/0.js"
6+
}
7+
]
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"/_app": "pages/_app.js",
3+
"/_error": "pages/_error.js",
4+
"/_document": "pages/_document.js"
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
/* This cache is used by webpack for instantiated modules */
3+
module.exports = {}
4+

0 commit comments

Comments
 (0)