From d30ea61f0d6ed30506438e398c2a21e94595dd58 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 4 Nov 2017 11:45:12 +0100 Subject: [PATCH] build(aio): remove the build-optimizer flag it's on by default now. --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index ed49363480..9de6eadccf 100644 --- a/aio/package.json +++ b/aio/package.json @@ -54,7 +54,7 @@ "postinstall": "node tools/cli-patches/patch.js && uglifyjs node_modules/lunr/lunr.js -c -m -o src/assets/js/lunr.min.js --source-map", "build-ie-polyfills": "node node_modules/webpack/bin/webpack.js -p src/ie-polyfills.js src/generated/ie-polyfills.min.js", "~~check-env": "node scripts/check-environment", - "~~build": "ng build --target=production --environment=stable -sm --build-optimizer", + "~~build": "ng build --target=production --environment=stable -sm", "post~~build": "yarn sw-manifest && yarn sw-copy", "~~update-webdriver": "webdriver-manager update --standalone false --gecko false" },