We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
experimentalRollupPass
1 parent 4e4e0e4 commit 83c94f9Copy full SHA for 83c94f9
packages/angular/cli/lib/config/schema.json
@@ -950,6 +950,11 @@
950
"use-credentials"
951
]
952
},
953
+ "experimentalRollupPass": {
954
+ "type": "boolean",
955
+ "description": "Concatenate modules with Rollup before bundling them with Webpack.",
956
+ "default": false
957
+ },
958
"allowedCommonJsDependencies": {
959
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
960
"type": "array",
0 commit comments