mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
fix(@angular-devkit/build-angular): validate scripts and styles bundleName
Closes #20360
This commit is contained in:
parent
aeebd14f04
commit
51cb3181ea
@ -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": {
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user