Skip to content

Commit

Permalink
fix(webpack-config-single-spa): fix copy in webpack-dev-server instru…
Browse files Browse the repository at this point in the history
…ctions (#448)
  • Loading branch information
eckdanny authored Mar 2, 2025
1 parent 4c0e889 commit 0ada084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-rivers-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"webpack-config-single-spa": patch
---

Fix webpack-dev-server instructions copy
4 changes: 2 additions & 2 deletions packages/webpack-config-single-spa/lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h2>How do I develop this microfrontend?</h2>
</li>
<li>
A yellowish rectangle should appear at the bottom right of your screen.
Click on it. Find the name @emoney/home and click on it. If it is not
present, click on Add New Module.
Click on it. Find the name of your microfrontend entrypoint and click on it.
If it is not present, click on Add New Module.
</li>
<li>Paste the URL above into the input that appears. Refresh the page.</li>
<li>Congrats, your local code is now being used!</li>
Expand Down

0 comments on commit 0ada084

Please sign in to comment.