From 7892f0d3a6859ca4d1c576959351535439279ada Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Tue, 23 May 2017 22:08:35 +0200 Subject: [PATCH] No hot reload in browser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3956dd6..7411693 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Notice that all NodeJS v7 native libs are already added in this sample. ## Browser mode -Maybe you want to execute the application in the browser ? You can do it with `npm run start:web`. +Maybe you want to execute the application in the browser (NO HOT RELOAD!) ? You can do it with `npm run start:web`. Note that you can't use Electron or NodeJS native libraries in this case. Please check `providers/electron.service.ts` to watch how conditional import of electron/Native libraries is done. ## Execute E2E tests