webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Feature/type module #64

Closed eddyloewen closed 1 year ago

eddyloewen commented 2 years ago

I don't think that this should break anything. element-js is either used directly from the browser or through a bundler. In both cases the added type: module should not matter.

eddyloewen commented 2 years ago

I'm not quite happy with the exports map in package.json. Could we maybe remove it entirely?