-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hcMgpzU3Vz8ksS9VNzk9JdTDQM9UzAgATxCqeJAA
Presumably (I'm haven't checked) this is because of the darn thing called package.json exports
. If so, I think it is absolutely horrible: I don't want to import the whole package and everything in it, when all I want is one specific thing. (EDIT: yep, exports
)
Keep in mind this all works perfectly with vanilla modules in a browser when I make an importmap manually:
But with JSPM Generator and the CDN, it is limited because it tries to behave like Node.js (I'm guessing) although it is not.
I have no choice but to skip using JSPM Generator and CDN for the live-code
project, because I have a feeling you're gonna say that's how it works and will not change. :(
Metadata
Metadata
Assignees
Labels
No labels