Skip to content

Serving multiple versions of components package #1272

@dnovacik

Description

@dnovacik

Hi, is there a support to serve multiple version of an npm component package?

E.g.: I have a components library of v1.0 but there will be major changes in v2.0 that would break the earlier pages made with v1.0, is there an ability to provide multiple versions of that package and serve by some version property?

the scripts are added in the startup:

app.UseReact(config =>
{
  config
    .SetReuseJavaScriptEngines(true)
    .SetLoadBabel(false)
    .SetLoadReact(false)
    .SetReactAppBuildPath("~/dist");
});

is there a way to provide it with different versions?

(inserting proper version into _Layout.cshtml doesn't seem like a problem, neither installing different version with npm alias and/or outputting to dist folders with version)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions