Skip to content

[v7] package.json exports does not allow access to shared #3991

@basejump

Description

@basejump

We use the some of the helpers in shared and can't access them using vite because they are not in exports.

"exports": {
    ".": "./framework7-svelte.js",
    "./components/*": "./components/*"
  },

can it be the following, or is it even needed?

"exports": {
    ".": "./framework7-svelte.js",
    "./components/*": "./components/*",
   "./shared/*": "./shared/*"
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions