Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): validate scripts and styles bundl…
Browse files Browse the repository at this point in the history
…eName

Closes #20360
  • Loading branch information
alan-agius4 authored and filipesilva committed Mar 29, 2021
1 parent aeebd14 commit 51cb318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
},
"bundleName": {
"type": "string",
"pattern": "^[\\w\\-.]*$",
"description": "The bundle name for this extra entry point."
},
"inject": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
},
"bundleName": {
"type": "string",
"pattern": "^[\\w\\-.]*$",
"description": "The bundle name for this extra entry point."
},
"inject": {
Expand Down

0 comments on commit 51cb318

Please sign in to comment.