File tree 1 file changed +4
-4
lines changed
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``.
29
29
30
30
```
31
31
import "@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:
34
34
// "Shared module is not available for eager consumption."
35
35
import("./src/patterns");
36
36
```
@@ -39,8 +39,8 @@ For the jQuery bundle which we will use as remote we create: ``index-jquery.js``
39
39
40
40
```
41
41
import "@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:
44
44
// "Shared module is not available for eager consumption."
45
45
import("@patternslib/patternslib/src/globals");
46
46
```
You can’t perform that action at this time.
0 commit comments