open-feature/js-sdk-contrib

Provide bundled builds of web providers that can be referenced via a script HTML tag

オープン

#1,055 opened on 2024/09/18

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (80 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (73 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Currently, web providers like config-cat-web-provider don't include a build that can be referenced in browsers directly, via a <script> HTML tag. At least to my knowledge, it's not possible to use CJS or ESM modules with NPM import specifiers without a significant amount of extra effort.

So, I suggest adding UMD and/or ESM bundles that are prepared for this use case.

コントリビューターガイド