iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
9 stars 2 forks source link

Review `package.json` and make sure that AppUI is `ESM` first #1043

Closed GerardasB closed 2 months ago

GerardasB commented 2 months ago

Describe the issue

Review the package.json of AppUI packages and make sure that AppUI is ESM first. I.e. currently module field is used, which is not officially supported by Node.js. Instead exports field should be used https://nodejs.org/api/packages.html#exports.