How to build js client library don't need to used with type="module" in script tag? #14012
Unanswered
dante01yoon
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I covered this with rollup config |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I build chat app which installed with single script tag like
<script src="host.com/something.js"></script>but without add type="module", app doesn't work.
I see potential issues for client who use my app in old browser, so I want to remove type="module".
how can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions