Skip to content

Commit f92eb71

Browse files
committed
fixed link
1 parent 192b62f commit f92eb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/articles/0049-module-federation-in-mobile-apps-powered-by-nativescript/module-federation-in-mobile-apps-powered-by-nativescript.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ This code is able to load any .js file on the device, so it can be used in conju
250250

251251
Alternatively, we could also download it as a zip and extract, or you could, theoretically, override the way that webpack loads the chunks in the federated module to download them piece by piece as needed.
252252
Sharing the common modules
253-
The complexity of sharing modules cannot be understated. The initial https://github.com/webpack/webpack/pull/10838[Webpack Module Federation PR, window=_blank] that provided the full container and consumer API is smaller then the https://github.com/webpack/webpack/pull/10960х[PR that introduced version shared dependencies, window=_blank].
253+
The complexity of sharing modules cannot be understated. The initial https://github.com/webpack/webpack/pull/10838[Webpack Module Federation PR, window=_blank] that provided the full container and consumer API is smaller then the https://github.com/webpack/webpack/pull/10960[PR that introduced version shared dependencies, window=_blank].
254254
A native app is not just a webpage, but the full browser itself. While the web provides a lot of APIs directly, NativeScript provides a lot of them through the @nativescript/core package, so that’s one dependency that has to be a singleton and we can’t under any circumstance have multiple versions of it. In this example, we’re also using angular, so let’s share that as well:
255255

256256
[, js]

0 commit comments

Comments
 (0)