Skip to content

Commit 2223a22

Browse files
committed
feat: update docs
1 parent d92b7f5 commit 2223a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Better perf than Angular CLI, because only the changed libs are built (not the w
5050

5151
# ⚠️ Unresolved problems ⚠️
5252

53-
* **Using `"buildLibsFromSource": false,` seems to break live reload, only reloads for the first change**
54-
* `npm run serve:remote-a`
53+
* Using `"buildLibsFromSource": false,` seems to break live reload, only reloads for the first change
54+
* start the remote with `npm run serve:remote-a`
5555
* change `libs/remote-a/feature/asrc/lib/remote-a-feature-a/remote-a-feature-a.component.ts`, will be reflected in the browser
5656
* another change to the same file, will not be reflected in the browser
5757
* workaround, remove `"buildLibsFromSource": false,` from `project.json` of host and remotes

0 commit comments

Comments
 (0)