From 6896d300374e66153e5742ac81d689cf69445dd9 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 1 Apr 2018 13:07:26 +0200 Subject: [PATCH] Pin `systemjs` to avoid breakage SystemJS version 0.21.0 works, but version 0.21.1 breaks with various `Unable to load transpiler to transpile` errors. Pin the version to 0.21.0 for now to avoid this issue. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc18203dc..5c45aa0d7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-ensure": "^0.0.0", "rimraf": "^2.6.2", "streamqueue": "^1.1.2", - "systemjs": "^0.21.0", + "systemjs": "0.21.0", "systemjs-plugin-babel": "^0.0.25", "ttest": "^1.1.0", "typogr": "^0.6.7",