Petter Ekrann
Petter Ekrann
👍 Maybe being able to mark an import as 'do not do code splitting on this'. Could use a comment, but sounds kinda funky.. ``` import { LitElement, html, nothing...
Another idea.. Set a threshold to the number of times a file needs to be referred before splitting it out.. ``` splitting: true, 2 ```
Anyone looking into this.. Exposing custom events from custom elements must be a thing that is needed? Should also be doable to fix this if the 'custom element' root is...