Skip to content

Commit 839909b

Browse files
committed
Add example with Next.js server-side rendering.
1 parent 0248fb2 commit 839909b

File tree

123 files changed

+61532
-0
lines changed

Some content is hidden

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

123 files changed

+61532
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devFiles": [
3+
"static/development/dll/dll_f1e0f678a3d57bf02d93.js"
4+
],
5+
"pages": {
6+
"/_app": [
7+
"static/runtime/webpack.js",
8+
"static/runtime/main.js"
9+
],
10+
"/_error": [
11+
"static/runtime/webpack.js",
12+
"static/runtime/main.js"
13+
],
14+
"/index": [
15+
"static/runtime/webpack.js",
16+
"static/runtime/main.js"
17+
],
18+
"/next/dist/pages/_error": [
19+
"static/runtime/webpack.js",
20+
"static/runtime/main.js"
21+
],
22+
"/": [
23+
"static/runtime/webpack.js",
24+
"static/runtime/main.js"
25+
]
26+
}
27+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"./noop": [
3+
{
4+
"id": "./node_modules/next/dist/client/noop.js",
5+
"name": "./node_modules/next/dist/client/noop.js",
6+
"file": "static/chunks/0.js",
7+
"publicPath": "static/chunks/0.js"
8+
}
9+
]
10+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"/_app":"static/development/pages/_app.js","/_error":"static/development/pages/_error.js","/_document":"static/development/pages/_document.js","/index":"static/development/pages/index.js","/next/dist/pages/_error":"static/development/pages/next/dist/pages/_error.js","/":"static/development/pages/index.js"}
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)