Skip to content

Commit 07a8928

Browse files
jacob-ebeyForestry.io
authored andcommitted
Update from Forestry.io
Jacob Ebey updated src/posts/get-started.md
1 parent 2e4f204 commit 07a8928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ I think [Zack Jackson](https://indepth.dev/webpack-5-module-federation-a-game-ch
1313

1414
> A scalable solution to sharing code between independent applications has never been convenient, and near impossible at scale. The closest we had was externals or DLLPlugin, forcing centralized dependency on a external file. It was a hassle to share code, the separate applications were not truly standalone and usually, a limited number of dependencies are shared. Moreover, sharing actual feature code or components between separately bundled applications is unfeasible, unproductive, and unprofitable.
1515
16-
If you would like to learn more about Webpack Module Federation, you can head over to the [Learn More](/learn-more) page.
16+
If you would like to learn more about Webpack Module Federation, you can head over to the and check out [https://indepth.dev/webpack-5-module-federation-a-game-changer-in-javascript-architecture/](https://indepth.dev/webpack-5-module-federation-a-game-changer-in-javascript-architecture/ "https://indepth.dev/webpack-5-module-federation-a-game-changer-in-javascript-architecture/").
1717

1818
# What We Are Building
1919

0 commit comments

Comments
 (0)