From 340d94afb91482453e87324172ecce8d1ef82296 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 4 Oct 2017 12:03:24 +0100 Subject: [PATCH] build(aio): ignore @angular/mobile-toolkit in dist builds (#19511) The new v5 version of this toolkit is too incompatible for us to run AIO against both versions. So for now we will ignore this libary when running against local Angular distributions and continue to use the version on npm. PR Close #19511 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index ced0f13bd4..d3b37848a0 100644 --- a/aio/package.json +++ b/aio/package.json @@ -6,7 +6,7 @@ "author": "Angular", "license": "MIT", "scripts": { - "aio-use-local": "node tools/ng-packages-installer overwrite .", + "aio-use-local": "node tools/ng-packages-installer overwrite . --debug --ignore-packages @angular/service-worker", "aio-use-npm": "node tools/ng-packages-installer restore .", "aio-check-local": "node tools/ng-packages-installer check .", "ng": "yarn check-env && ng",