guardian / frontend

The Guardian DotCom.
https://theguardian.com
Other
5.84k stars 554 forks source link

Deprecate RequireJS and complete migration to SystemJS #9007

Closed OliverJAsh closed 9 years ago

OliverJAsh commented 9 years ago
guybedford commented 9 years ago

It may also be worth considering the use of karma-systemjs here as well - https://github.com/rolaveric/karma-systemjs. The SystemJS one runs through the same plugin system in Karma as the RequireJS one, so might be more similar in terms of configuration. I haven't looked into the details or done a full comparison of the two though.

OliverJAsh commented 9 years ago

We're actually already using a heavily forked version of karma-jspm, after reviewing both karma-jspm and karma-systemjs. Neither are great if I'm honest. We'll work to push our changes upstream.