File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ For jQuery the remote bundle is named ``jquery-remote.min.js``.
2929
3030```
3131import "@patternslib/patternslib/webpack/module_federation";
32- // Please not the parentheses for the next import.
33- // Kepp them, otherwise we get this error:
32+ // Please note the parentheses for the next import.
33+ // Keep them, otherwise we get this error:
3434// "Shared module is not available for eager consumption."
3535import("./src/patterns");
3636```
@@ -39,8 +39,8 @@ For the jQuery bundle which we will use as remote we create: ``index-jquery.js``
3939
4040```
4141import "@patternslib/patternslib/webpack/module_federation";
42- // Please not the parentheses for the next import.
43- // Kepp them, otherwise we get this error:
42+ // Please note the parentheses for the next import.
43+ // Keep them, otherwise we get this error:
4444// "Shared module is not available for eager consumption."
4545import("@patternslib/patternslib/src/globals");
4646```
You can’t perform that action at this time.
0 commit comments