-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Description
Description
-
Who wants the functionality
Those loading lit-element in Node >=13 while doing SSR -
What it is they want
Load lit-element as ES Modules without converting to CJS. -
Why they want it
This lets toolchain to load lit based project as ES Modules so that they can run in Node without using bundling tools.
Acceptance criteria
What the card must do in order to accept it as complete. Acceptance Criteria must be concrete or measurable.
Create a release after changing "type": "module" in package.json
zandaqo