Skip to content

Commit 9a4e2f5

Browse files
committed
fix(@schematics/angular): drop the worker alias
Fix #14525
1 parent 80c7479 commit 9a4e2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/collection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"description": "Generate a library project for Angular."
103103
},
104104
"webWorker": {
105-
"aliases": ["web-worker", "worker"],
105+
"aliases": ["web-worker"],
106106
"factory": "./web-worker",
107107
"schema": "./web-worker/schema.json",
108108
"description": "Create a Web Worker."

0 commit comments

Comments
 (0)