From e6709c498b83db2f41a414b468866536a20b1695 Mon Sep 17 00:00:00 2001 From: Silvio Leite Date: Sun, 8 Dec 2019 17:58:35 -0300 Subject: [PATCH] chore(gitignore): Ignore .DS_Store --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e3c27e..9c43b62 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ PWA_APP_DIR = 'ltr' PWA_APP_LANG = 'en-US' ``` +#### Show console.log +Set the `PWA_APP_DEBUG_MODE = False` to disable the the `console.log` on browser. All settings are optional, and the app will work fine with its internal defaults. Highly recommend setting at least `PWA_APP_NAME`, `PWA_APP_DESCRIPTION`, `PWA_APP_ICONS` and `PWA_APP_SPLASH_SCREEN`.