Skip to content

Some file are missing / Not included #252

@ColiZei

Description

@ColiZei

Hello,

i use the @event-calendar/core package in a project and it depends on 3 svelte packages.

It works fine by CDN with this configuration:

# importmap.rb
pin "@event-calendar/core", to: "https://ga.jspm.io/npm:@event-calendar/core@2.7.1/index.js"
pin "svelte", to: "https://ga.jspm.io/npm:svelte@4.2.17/src/runtime/index.js"
pin "svelte/internal", to: "https://ga.jspm.io/npm:svelte@4.2.17/src/runtime/internal/index.js"
pin "svelte/store", to: "https://ga.jspm.io/npm:svelte@4.2.17/src/runtime/store/index.js"
pin "@event-calendar/time-grid", to: "https://ga.jspm.io/npm:@event-calendar/time-grid@2.7.1/index.js"
pin "@event-calendar/interaction", to: "https://ga.jspm.io/npm:@event-calendar/interaction@2.7.1/index.js"

But if i try to download it, this is the result (preload added manually):

# importmap.rb
pin "@event-calendar/core", to: "@event-calendar--core.js", preload: true # @2.7.1
pin "svelte", preload: true # @4.2.17
pin "svelte/internal", to: "svelte--internal.js", preload: true # @4.2.17
pin "svelte/store", to: "svelte--store.js", preload: true # @4.2.17
pin "@event-calendar/time-grid", to: "@event-calendar--time-grid.js", preload: true # @2.7.1
pin "@event-calendar/interaction", to: "@event-calendar--interaction.js", preload: true # @2.7.1

Now i got missing files and the project breaks.

image

image

If i check the CDN, there are exports and import for this files.
But now they cant be found?

Example from (https://ga.jspm.io/npm:svelte@4.2.17/src/runtime/index.js):

export{SvelteComponentDev as SvelteComponent, [...] }from"./internal/index.js";import"../../_/4brMrzAu.js";import"../../_/5Rbsx6qL.js";
//# sourceMappingURL=index.js.map

Any help for this?

Thank you!

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