Skip to content

Commit

Permalink
Compile separate vendor chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Nov 9, 2018
1 parent 8a06911 commit 4a7df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -133,7 +133,7 @@
"scripts": {
"postinstall": "cd frontend && npm install && cd .. && npm run build",
"serve": "concurrently --kill-others \"node app\" \"cd frontend && ng serve\"",
"build": "cd frontend && node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --aot --prod --output-hashing=none --build-optimizer=false --source-map=false",
"build": "cd frontend && node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --aot --prod --output-hashing=none --vendor-chunk=true --source-map=false",
"start": "node app",
"test": "standard && cd frontend && ng lint && ng test --watch=false --source-map=false && cd .. && nyc --report-dir=./build/reports/coverage/server-tests mocha test/server",
"frisby": "nyc --report-dir=./build/reports/coverage/api-tests jest --silent --runInBand",
Expand Down

0 comments on commit 4a7df59

Please sign in to comment.