You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face the same issue. I solve this by copy files from node_modules/[js-lib]/dist/[js-file] to vendor/javascript/. Seems the command "bin/importmap pin [js-lib]" download wrong js files.
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:
But if i try to download it, this is the result (preload added manually):
Now i got missing files and the project breaks.
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:[email protected]/src/runtime/index.js):
Any help for this?
Thank you!
The text was updated successfully, but these errors were encountered: