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 was archived by the owner on Jan 4, 2018. It is now read-only.
It works with skate but there are few critical issues:
their loader is non bundling/async compliant
user has to use /node_modules/@webomponents/webcomponentsjs/webcomponents-loader.js within html -> big issue is that their loader relies that there will be always node_modules folder even in dist bundle ( huh ) - relative paths ehm
so you cannot use hashes for modules/chunks names for proper cache busting 👎
also in non native browsers huge HTML Imports shim is always loaded which is really unnecessary for users of skate which are using modern tools and lang features ( es6 modules -> tree shaking )
But fortunately for us, varial heelflip is a no brainer , so I wrote custom loader which we can include within this project.
If you're ok with this @treshugart I'll add it here -> so no Breaking changes, we can publish it under subpath so user can use it like : import { lazyLoadPolyfills } from '@skate/web-components/loader