Skip to content

[Feature]: printURLs support configuration into rsbuild.config #1121

@lp0124

Description

@lp0124

What problem does this feature solve?

Hope to disable the default URL output and be able to output a custom URL. Currently, as seen in the documentation, this configuration is only exposed on the JS API side, and I hope it can be exposed in the configuration file.

image

What does the proposed API look like?

export default {
  server: {
    printURLs: false,
  },
}

or

export default {
  dev: {
    printURLs: false,
  },
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions