We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
platform-webworker
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
The text was updated successfully, but these errors were encountered:
When do you plan do this?
Sorry, something went wrong.
Duplicate of #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.
No branches or pull requests
From @lacolaco on May 10, 2018 7:57
Bug Report or Feature Request (mark with an
x
)Area
Desired functionality
Currently, build_angular and schematics/angular don't support to build the
platform-webworker
application.Interface ideas:
Generate webworker app
Build webworker app
Mention any other details that might be useful
Copied from original issue: angular/devkit#882
The text was updated successfully, but these errors were encountered: