Open tommck opened 5 years ago
bundling lit-element with a component adds about 100KB (unminified) code to the output.
I'd love to see a way to make lit-element an external, since we're planning on a bunch of npm packages with different components in it.
I'm trying to build a lit-element web component library. tried using web pack and I have the same issue. Do we have a solution?
Guess I should have asked over here: https://github.com/Polymer/lit-element
bundling lit-element with a component adds about 100KB (unminified) code to the output.
I'd love to see a way to make lit-element an external, since we're planning on a bunch of npm packages with different components in it.