Commit Graph

6 Commits

Author SHA1 Message Date
Dan Onoshko
ce375a6876 feat: add ESM support (#10525)
* feat: add ESM support

* build: rename UMD bundle

* chore: edit supbackages description

* style: disable es/no-import-meta linter rule

* test: dynamic import in cjs module

* docs: edit integrations page

* docs: review fixes

* chore: remove useless regex in webpack config

* ci: test size-limit only for ESM bundle
2022-08-04 18:43:26 -04:00
Ben McCann
6feb48b5ef Allow ESM files to be used in Node.js (#10479)
Allow ESM files to be used in Node.js
2022-07-30 11:25:23 -04:00
Kyle J
4eb65c014a Correct auto.esm.js import to allow use directly from the browser 2022-05-11 10:52:29 -04:00
Jacco van den Berg
4560a87727 resolve auto register typescript failure (#9292) 2021-06-20 07:31:53 -04:00
Jukka Kurkela
c27c27a081 Fix typo in auto package (#8601) 2021-03-09 20:05:41 +02:00
Jukka Kurkela
9043325a6e Provide auto-registering entry point (#8429) 2021-02-28 09:02:44 +02:00