fix(@angular-devkit/build-angular): validate scripts and styles bundleName

Closes #20360
This commit is contained in:
Alan Agius 2021-03-23 18:58:23 +01:00 committed by Filipe Silva
parent aeebd14f04
commit 51cb3181ea
2 changed files with 2 additions and 0 deletions

View File

@ -486,6 +486,7 @@
}, },
"bundleName": { "bundleName": {
"type": "string", "type": "string",
"pattern": "^[\\w\\-.]*$",
"description": "The bundle name for this extra entry point." "description": "The bundle name for this extra entry point."
}, },
"inject": { "inject": {

View File

@ -238,6 +238,7 @@
}, },
"bundleName": { "bundleName": {
"type": "string", "type": "string",
"pattern": "^[\\w\\-.]*$",
"description": "The bundle name for this extra entry point." "description": "The bundle name for this extra entry point."
}, },
"inject": { "inject": {