Skip to content

Commit a6a3332

Browse files
ro-savagemontogeek
authored andcommitted
docs(guides): Fix naming consistence of runtime.js output (#2512)
1 parent b613835 commit a6a3332

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/guides/caching.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ contributors:
88
- dannycjones
99
- fadysamirsadek
1010
- afontcu
11+
- rosavage
1112
- saiprasad2595
1213
- EugeneHlushko
1314
related:
@@ -233,9 +234,9 @@ Running another build, we would expect only our `main` bundle's hash to change,
233234
``` bash
234235
...
235236
Asset Size Chunks Chunk Names
236-
vendor.a7561fb0e9a071baadb9.js 541 kB 0 [emitted] [big] vendor
237-
main.b746e3eb72875af2caa9.js 1.22 kB 1 [emitted] main
238-
manifest.1400d5af64fc1b7b3a45.js 5.85 kB 2 [emitted] manifest
237+
runtime.1400d5af64fc1b7b3a45.js 5.85 kB 0 [emitted] runtime
238+
vendor.a7561fb0e9a071baadb9.js 541 kB 1 [emitted] [big] vendor
239+
main.b746e3eb72875af2caa9.js 1.22 kB 2 [emitted] main
239240
index.html 352 bytes [emitted]
240241
...
241242
```

0 commit comments

Comments
 (0)