Skip to content

Custom devserver implementation #12

@dgp1130

Description

@dgp1130

Currently we use concatjs_devserver() as the implementation of the web_resources_devserver(). This is nice to not have to write a devserver and because it is ibazel compatible and implements livereload out of the box.

However, with v3 moving this to @bazel/concatjs, which includes Karma rules and requires a dependency on rules_webtesting, this is a very heavyweight dependency that gets passed to user projects and which we only use a small portion of. Using a custom devserver would enable user workspaces to drop @bazel/concatjs and rules_webtesting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions