Add this to your meta information and you're good:
- myth: {
- format: "cjs"
- }
The problem was that SystemJS automatically detects which format a
file is and mistakenly though myth was AMD. The format detection is
imperfect and weird files like those are hard to detect correctly, so
some times you have to tell it yourself.