You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
adams85
changed the title
Provide bundled builds of web providers that can be directly referenced via a script HTML tag
Provide bundled builds of web providers that can be referenced via a script HTML tag
Sep 18, 2024
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.
The text was updated successfully, but these errors were encountered: