Skip to content

Commit

Permalink
fix(@angular/cli): add missing experimentalRollupPassin CLI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and filipesilva committed May 18, 2020
1 parent 4e4e0e4 commit 83c94f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,11 @@
"use-credentials"
]
},
"experimentalRollupPass": {
"type": "boolean",
"description": "Concatenate modules with Rollup before bundling them with Webpack.",
"default": false
},
"allowedCommonJsDependencies": {
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
"type": "array",
Expand Down

0 comments on commit 83c94f9

Please sign in to comment.