Skip to content

Commit

Permalink
No hot reload in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed May 23, 2017
1 parent 5f282b7 commit 7892f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7892f0d

Please sign in to comment.