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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
If you run through those steps, you'll notice you get an error on bundle. Additionally, if you look at the package in jspm_packages, you'll see it changed the import path from import * from '@joe-sh/jspm-empty-other-dependency' to import * from '@empty', which leads to the access error when trying to load index.js in that import path.
The text was updated successfully, but these errors were encountered:
Kind of a hard issue to succinctly describe, so I've set up a repository where you can easily reproduce this issue https://github.com/josephschmitt/jspm-empty-demo
If you run through those steps, you'll notice you get an error on bundle. Additionally, if you look at the package in
jspm_packages
, you'll see it changed the import path fromimport * from '@joe-sh/jspm-empty-other-dependency'
toimport * from '@empty'
, which leads to the access error when trying to loadindex.js
in that import path.The text was updated successfully, but these errors were encountered: