Skip to content

Commit

Permalink
Update docs/guides/develop-a-module-in-isolation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Beaudoin <alexandre.beaudoin@gsoft.com>
  • Loading branch information
patricklafrance and ofrogon authored Sep 8, 2023
1 parent afc071b commit 0fecf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/develop-a-module-in-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Start the local application by running the `dev-local` script. The federated app

Similarly to remote modules, you can achieve the same isolated setup for local modules. The main difference is that the `webpack.config.js` file of a local module serves the sole purpose of starting a development server for isolated development. Typically, local modules do not rely on [Module Federation](https://webpack.js.org/concepts/module-federation/).

First open a terminal at the root of local module project and install the `@workleap/webpack-configs` package and it's dependencies:
First, open a terminal at the root of the local module project and install the `@workleap/webpack-configs` package and its dependencies:

+++ pnpm
```bash
Expand Down

0 comments on commit 0fecf99

Please sign in to comment.