single-spa / single-spa-examples

Examples of single-spa applications.
https://single-spa.surge.sh
MIT License
359 stars 128 forks source link

Stop uploading all jspm_packages to surge #19

Closed joeldenning closed 6 years ago

joeldenning commented 7 years ago

For some reason, plugin-babel is being downloaded at runtime, but it should only be used at build-time. I believe that the navbar app is the culprit. Once plugin-babel isn't downloaded at runtime, the jspm_packages directory can be ignored from surge completely.

joeldenning commented 6 years ago

No longer relevant now that we have switch off of jspm/systemjs in favor of webpack