Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(@angular-devkit/build-angular): validate scripts and styles bundl…
…eName

Closes #20360
  • Loading branch information
alan-agius4 committed Mar 23, 2021
commit d8d2d6f864aaf6c7640a836f869ecd58c8b8dde4
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