Skip to content

Allow for multiple versions of a JS lib to be used by different modules #50

@romain-pm

Description

@romain-pm

The goal of the spike is to POC how to avoid JS libs conflicts

-> We need this because there might be several major react versions released during a major cycle of JSM.

Following #410, we could expose different react versions:

import React from 'react'; // Default version
import React from 'react@18'; // Enforce a specific version

Similarly, we could have several version of @jahia/javascript-modules-library to maintain legacy modules

Outcomes

POC + Create issues needed to finalize

Notes

Useful information (Technical, Design)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions