Open JayKaku opened 3 months ago
Tried unpkg and jsdeliver but can't use using a simple <script>
tag in HTML. The upkg and jsdelivr aren't using relative file paths (ref: Node Documentation) while importing, as seen below [unpkg example] and jsdelivr package for html-to-text also isn't available using simple <script src="...">
Relative paths axios jsdelivr
@KillyMXI could you check the workflow section under unkg
There are a bunch of CDN services that promise to serve NPM packages:
I haven't had the same use case yet, so I can't provide any support - you have to figure out yourself what works best and how to use it.
Related issue:
290