solidjs / solid-site

Code that powers the SolidJS.com platform.
https://www.solidjs.com
159 stars 172 forks source link

solidjs-web cdn skypack is not working #454

Closed ArtemVeremienko closed 1 year ago

ArtemVeremienko commented 1 year ago

On the https://www.solidjs.com/ and https://www.solidjs.com/tutorial/introduction_basics doesn't work the result view.

The requested module 'https://cdn.skypack.dev/solid-js/web' does not provide an export named 'createComponent'

image

image

CDN result:

/*
 * [Package Error] "solid-js@v1.7.1" could not be built. 
 *
 * No build output found.
 *
 * How to fix:
 *   - If you believe this to be an error in Skypack, file an issue here: https://github.com/skypackjs/skypack-cdn/issues
 *   - If you believe this to be an issue in the package, share this URL with the package authors to help them debug & fix.
 *   - Use https://skypack.dev/ to find a web-friendly alternative to find another package.
 */

console.warn("[Package Error] \"solid-js@v1.7.1\" could not be built. ");
throw new Error("[Package Error] \"solid-js@v1.7.1\" could not be built. ");
export default null;
kidonng commented 1 year ago

See solidjs/solid#1660