Skip to content

Commit a6b94e1

Browse files
authored
add hint to remove pwa support
1 parent e9bfa6f commit a6b94e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/pwa.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ VuePack is using [offline-plugin](https://github.com/NekR/offline-plugin) so tha
66

77
The offline-plugin is only used in production environment, so no need to worry about the cache during development ;) Check out [./client/pwa.js](https://github.com/egoist/vuepack/blob/master/template/client/pwa.js) / [build/webpack.prod.js](https://github.com/egoist/vuepack/blob/master/template/build/webpack.prod.js#L51-L57) and [offline-plugin](https://github.com/NekR/offline-plugin) to know more.
88

9+
---
10+
11+
To disable PWA support, simply remove [these lines](https://github.com/egoist/vuepack/blob/master/template/client/index.js#L4-L7).

0 commit comments

Comments
 (0)