Skip to content

Commit 79cd6ad

Browse files
committed
docs
1 parent b3c0f3e commit 79cd6ad

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

website/docs/en/config/output/manifest.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ export default {
135135
```json title="dist/manifest.json"
136136
{
137137
"allFiles": ["/static/js/index.[hash].js", "/index.html"],
138-
"entries": {
139-
// ...
140-
},
141138
"integrity": {
142139
"/static/js/index.[hash].js": "sha384-[sri-hash]"
143140
}

website/docs/zh/config/output/manifest.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ export default {
135135
```json title="dist/manifest.json"
136136
{
137137
"allFiles": ["/static/js/index.[hash].js", "/index.html"],
138-
"entries": {
139-
// ...
140-
},
141138
"integrity": {
142139
"/static/js/index.[hash].js": "sha384-[sri-hash]"
143140
}

0 commit comments

Comments
 (0)