Skip to content

Commit 7892f0d

Browse files
committed
No hot reload in browser
1 parent 5f282b7 commit 7892f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Notice that all NodeJS v7 native libs are already added in this sample.
9494

9595
## Browser mode
9696

97-
Maybe you want to execute the application in the browser ? You can do it with `npm run start:web`.
97+
Maybe you want to execute the application in the browser (NO HOT RELOAD!) ? You can do it with `npm run start:web`.
9898
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.
9999

100100
## Execute E2E tests

0 commit comments

Comments
 (0)