-
Notifications
You must be signed in to change notification settings - Fork 55
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
Please indicate reliable CDN links in the docs/readme? #380
Comments
Ok perhaps this one: https://www.jsdelivr.com/package/npm/playground-elements |
But I'm getting:
|
@tomasts248 |
Thanks, but why I'm getting then the above error? and how should I prevent it from happening while using jsdelivr CDN? |
Yes, that is what I did. Here my code: <!DOCTYPE html>
<html lang="en">
<head>
<script type="module">
import playgroundElements from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm'
</script>
</head>
<body>
<playground-ide >
<!-- your playground code -->
</playground-ide>
</body>
</html> |
You are my hero!! it worked perfectly thank you so much IMHO this should be in the readme!!! |
The only reason I'm not closing this issue is to wait till is added to the readme.. |
If I use:
I'm getting: Uncaught Error: [Package Error] "@material/mwc-base" no dependency version info found. (Imported by "@material/mwc-button")
The text was updated successfully, but these errors were encountered: