_From @lacolaco on May 10, 2018 7:57_
x)- [ ] bug report -> please search issues before submitting
- [x] feature request
- [x] devkit
- [x] schematics
Currently, build_angular and schematics/angular don't support to build the platform-webworker application.
Interface ideas:
Generate webworker app
$ ng generate webworker # generate each UI/Worker entrypoint file
Build webworker app
$ ng run myapp:webworker # build app for webworker
...
"server": {
"builder": "@angular-devkit/build-angular:webworker",
"options": {
"appMain": "src/main.app.ts",
"workerMain": "src/main.worker.ts",
"tsConfig": "src/tsconfig.app.json"
},
"configurations": {
...
}
}
...
_Copied from original issue: angular/devkit#882_
When do you plan do this?
Duplicate of https://github.com/angular/angular-cli/issues/2305
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
When do you plan do this?