You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/systemjs-cjs-extra/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# SystemJS CJS Extra
2
2
3
-
This is mostly useful if attempting to migrate from SystemJS 0.2x.x to 6.x.x and you do not have control over the built modules that are imported in a project at runtime by SystemJS.
3
+
This package adds the ability to load CJS code in the browser via SystemJS.
4
+
5
+
This is mostly useful if you want to migrate from SystemJS 0.2x.x to 6.x.x and you do not have control over the built modules that are imported in a project at runtime by SystemJS.
0 commit comments