Skip to content

Custom devserver implementation #12

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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