From 4c3b8500edfa2455c3fe9e225079bbea67ccaca8 Mon Sep 17 00:00:00 2001 From: tammyfaye422 Date: Sat, 21 Jul 2018 12:44:05 -0500 Subject: [PATCH] updating @angular-devkit/build-opitmizer to fix issue #3324 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7f44b19..81b0f404 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "main": "dist/index.js", "dependencies": { - "@angular-devkit/build-optimizer": "0.0.35", + "@angular-devkit/build-optimizer": "0.6.8", "autoprefixer": "^7.2.6", "chalk": "^2.4.0", "chokidar": "^1.7.0",