You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Notice that all NodeJS v7 native libs are already added in this sample.
94
94
95
95
## Browser mode
96
96
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`.
98
98
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.
0 commit comments