From 12d28126a88aa9a363ee85d2263787a0cee94ce1 Mon Sep 17 00:00:00 2001 From: Justin McMurdie Date: Fri, 7 Dec 2018 09:55:05 -0700 Subject: [PATCH] Updated to use a fork of the parcels-example This way we can make many changes in the future to make the example more/less parcel focused. --- docs/separating-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/separating-applications.md b/docs/separating-applications.md index c177194f2..afba5bc54 100644 --- a/docs/separating-applications.md +++ b/docs/separating-applications.md @@ -67,4 +67,4 @@ Changing which javascript file is loaded for each child application can be done | -------------- | -------------------------- | --------------- | -------------------- | -------------------- | ------------ | | One code repo | | | | Easy | [simple-webpack-example](https://github.com/joeldenning/simple-single-spa-webpack-example) and [single-spa-examples](https://github.com/CanopyTax/single-spa-examples) | | NPM modules | [x] | [x] | | Medium | (No example repo, yet -- contributions accepted!) | -| Module loading | [x] | [x] | [x] | Hard | [Parcels and SystemJS example](https://gitlab.com/TheMcMurder/parcels-example) & [single-spa-portal-example](https://github.com/me-12/single-spa-portal-example) | +| Module loading | [x] | [x] | [x] | Hard | [Parcels and SystemJS example](https://gitlab.com/TheMcMurder/single-spa-portal-example) & [single-spa-portal-example](https://github.com/me-12/single-spa-portal-example) |