build(aio): remove the build-optimizer flag

it's on by default now.
This commit is contained in:
Igor Minar 2017-11-04 11:45:12 +01:00 committed by Victor Berchet
parent 0c47ea704e
commit d30ea61f0d
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},