mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
fix(@angular-devkit/build-angular): validate scripts and styles bundleName
Closes #20360
This commit is contained in:
parent
aeebd14f04
commit
51cb3181ea
packages/angular_devkit/build_angular/src
@ -486,6 +486,7 @@
|
||||
},
|
||||
"bundleName": {
|
||||
"type": "string",
|
||||
"pattern": "^[\\w\\-.]*$",
|
||||
"description": "The bundle name for this extra entry point."
|
||||
},
|
||||
"inject": {
|
||||
|
@ -238,6 +238,7 @@
|
||||
},
|
||||
"bundleName": {
|
||||
"type": "string",
|
||||
"pattern": "^[\\w\\-.]*$",
|
||||
"description": "The bundle name for this extra entry point."
|
||||
},
|
||||
"inject": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user