-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@material-ui/private-theming entrypoints not found #107
Comments
Thanks for posting the issue - this should be working now! This was actually a feature that was only supported recently in doing the material ui work in always supporting the Note that if doing published package testing, there is still a few hour delay between publishing and availability on jspm. We're working on cutting this down too but just FYI. |
Ultimately the import map will point to a local build so The same problem occurs with e.g. |
@eps1lon yes as mentioned the job to clear build caches for all packages with a "module" field is still pending as it's a big update and so I want to make it along with some other updates as well and ensure comprehensive testing. In cases where the "module" field is not built, the CJS version will be built into an ES module so it should still work fine though - or were you getting a specific load error for the package when constructing an import map against the converted CommonJS? I've cleared that one manually again now, but as mentioned it will be a couple of weeks before the next full cache clear on supporting the "module" entry point. Also an easy way to debug this is to check the package.json, where a generated "exports" field is aways present on jspm packages. |
The package itself seems to be there (no 404): https://ga.jspm.io/npm:@material-ui/private-theming@5.0.0-alpha.33/
But the
module
entrypoint returns a 404: https://ga.jspm.io/npm:@material-ui/private-theming@5.0.0-alpha.33/index.js.The file exists in UNPKG: https://unpkg.com/@material-ui/private-theming@5.0.0-alpha.33/index.js
full import-map used
The text was updated successfully, but these errors were encountered: