Skip to content

Commit f065a1e

Browse files
Fabian Wilesfilipesilva
authored andcommitted
docs: remove output hashing from universal guide example
1 parent 03f1717 commit f065a1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/documentation/stories/universal-rendering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,14 @@ With these steps complete, you should be able to build a server bundle for your
185185
$ ng build --prod
186186
...
187187
# This builds the server bundle in dist/server/
188-
$ ng build --prod --app 1 --output
188+
$ ng build --prod --app 1 --output-hashing=false
189189

190190
# outputs:
191191
Date: 2017-07-24T22:42:09.739Z
192192
Hash: 9cac7d8e9434007fd8da
193193
Time: 4933ms
194-
chunk {0} main.988d7a161bd984b7eb54.bundle.js (main) 9.49 kB [entry] [rendered]
195-
chunk {1} styles.d41d8cd98f00b204e980.bundle.css (styles) 0 bytes [entry] [rendered]
194+
chunk {0} main.bundle.js (main) 9.49 kB [entry] [rendered]
195+
chunk {1} styles.bundle.css (styles) 0 bytes [entry] [rendered]
196196
```
197197

198198
---

0 commit comments

Comments
 (0)