-
Notifications
You must be signed in to change notification settings - Fork 917
Open
Description
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
Labels
No labels