dart-lang / dart-lang/webdev

Provide support for webdev configuration yaml file

Open
#2,365 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.