Skip to content

Commit 83c94f9

Browse files
alan-agius4filipesilva
authored andcommittedMay 18, 2020
fix(@angular/cli): add missing experimentalRollupPassin CLI schema
1 parent 4e4e0e4 commit 83c94f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎packages/angular/cli/lib/config/schema.json

+5
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,11 @@
950950
"use-credentials"
951951
]
952952
},
953+
"experimentalRollupPass": {
954+
"type": "boolean",
955+
"description": "Concatenate modules with Rollup before bundling them with Webpack.",
956+
"default": false
957+
},
953958
"allowedCommonJsDependencies": {
954959
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
955960
"type": "array",

0 commit comments

Comments
 (0)
Please sign in to comment.