skatejs / web-components

[DEPRECATED] - The frictionless way to use the webcomponents/webcomponentsjs polyfills.
MIT License
17 stars 4 forks source link

Rollup build does not include all deps #1

Closed treshugart closed 7 years ago

treshugart commented 7 years ago

There's both index.js and index-with-deps.js. Both should be the same, but the index.js doesn't seem to include named-slots. Using indes-with-deps.js does, but they should be the same. We should probably only distribute an index.js instead of both since they should be the same and it'd remove ambiguity.

treshugart commented 7 years ago

Fixed by using only webpack. Fixed in 8de92002f9acb8217dca81e612382c130172ca74.