Skip to content

Commit 9071d8b

Browse files
benschacmontogeek
authored andcommitted
feat(guides) Update service worker docs (#3091)
* add: with correct diff formatting * fixes: PR review update note, remove diff
1 parent 81b2863 commit 9071d8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/guides/progressive-web-application.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- johnnyreilly
66
- chenxsan
77
- EugeneHlushko
8+
- benschac
89
---
910

1011
T> This guide extends on code examples found in the [Output Management](/guides/output-management) guide.
@@ -34,6 +35,8 @@ __package.json__
3435
}
3536
```
3637

38+
Note: [webpack DevServer](/configuration/dev-server/) writes in-memory by default. We'll need to enable [writeToDisk](/configuration/dev-server#devserverwritetodisk-) option in order for http-server to be able to serve files from `./dist` directory.
39+
3740
If you haven't previously done so, run the command `npm run build` to build your project. Then run the command `npm start`. This should produce the following output:
3841

3942
``` bash

0 commit comments

Comments
 (0)