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
I don't use React, but I want to use the client-side "Link" UI (with pure Javascript), however I don't want to import this directly into the page with a <SCRIPT> tag.
I prefer to npm install the library as Javascript module, then use a bundler like webpack (or similar) to package a single JS file that includes my app and any dependencies.
Allowing only the <SCRIPT> tag makes it difficult (impossible?) to write unit tests for client side javascript code
Any plans to do this?
The text was updated successfully, but these errors were encountered:
Hi folks,
I don't use React, but I want to use the client-side "Link" UI (with pure Javascript), however I don't want to import this directly into the page with a
<SCRIPT>
tag.I prefer to
npm install
the library as Javascript module, then use a bundler like webpack (or similar) to package a single JS file that includes my app and any dependencies.Allowing only the
<SCRIPT>
tag makes it difficult (impossible?) to write unit tests for client side javascript codeAny plans to do this?
The text was updated successfully, but these errors were encountered: