lit / lit-element

LEGACY REPO. This repository is for maintenance of the legacy LitElement library. The LitElement base class is now part of the Lit library, which is developed in the lit monorepo.
https://lit-element.polymer-project.org
BSD 3-Clause "New" or "Revised" License
4.49k stars 318 forks source link

chore: include package exports field #1146

Open jorgecasar opened 3 years ago

jorgecasar commented 3 years ago

What it does

Why

It will help bundlers to tree shaking the bundle and services like skypack.dev (@FredKSchott) can inspect all entry points to avoid serving some files as raw or helps to generate URLs correctly.