contentful / contentful-management.js

JavaScript library for Contentful's Management API (node & browser)
https://contentful.github.io/contentful-management.js
MIT License
263 stars 97 forks source link

WIP - refactor: turn into dual node package with additional browser bundle #2299

Closed axe312ger closed 1 week ago

axe312ger commented 1 month ago

Outdated: This will be replaced by single, smaller PRs. See: https://github.com/contentful/contentful-management.js/issues/2334

Old Description:

Requires https://github.com/contentful/contentful-sdk-core/pull/438

  • [x] migrate to latest typescript
  • [ ] switch to rollup
  • [ ] remove node (minified) bundle
  • [ ] make available in cjs (as bundle for node without ESM support)
  • [ ] make available in esm
  • [ ] support ESM only dependencies
  • [ ] support browser plain + minified
  • [ ] switch to vitest (#2328)