Skip to content

Support configuring the root component name #196

Description

@ertl

Is your feature request related to a problem? Please describe.

The plugin currently derives the root component from the package.json in the repository root.

This causes an incorrect root component when using a monorepo, where the root package.json represents the repository/workspace rather than the individual application being bundled.

The webpack plugin already provides configuration options for this use case, including:

rootComponentAutodetect
rootComponentName
rootComponentVersion

For example, the webpack plugin allows configuring the root component name explicitly when autodetection is disabled.

Describe the solution you'd like

Add the same functionality to this plugin.

Contribution

  • I am willing to provide an implementation
  • I will wait until somebody else implements it

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions