Provide support for webdev configuration yaml file
Open
P3
package:webdev
triaged
type-enhancement
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 2
Description
It would be good if we could introduce a configurable option via a `yaml` file.
Similar to `dart_test.yaml` , we could introduce `webdev.yaml` or `dart_web.yaml`
Example:
```.yaml
serve:
port: 8081
release: true
build:
release: false
output: deploy
```
Contributor guide
Research direction
Start by reviewing the webdev CLI's existing serve and build option handling, then compare the requested structure with dart_test.yaml. Done means agreeing on the configuration filename and supported serve/build fields, implementing their behavior, and verifying that YAML values control port, release, and output settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100