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 think the software is great, but it seems like composer is becoming the go-to option for everything nowadays. However, I believe that using composer to include projects for the web can be quite challenging and time-consuming.
Is there a way to load this script normally by including a script like this?
<script src="/base/src/html-to-text.js"></script>
It would take 1 second instead of 1 hour...
Thank you!
The text was updated successfully, but these errors were encountered:
Someone else mentioned https://esm.sh/ - that might be helpful, but I haven't used it myself to be sure.
Are there best practices to publish bundled packages for the web?
I can see how to produce a bundle as a separate build step, but what the best place to host it - I'll have to explore the options.
+1 for me; publishing a release here on GIT could be a good start I'll just download and use it within my projects.
If the import could be a ESM format it would be great
Thanks
I think the software is great, but it seems like composer is becoming the go-to option for everything nowadays. However, I believe that using composer to include projects for the web can be quite challenging and time-consuming.
Is there a way to load this script normally by including a script like this?
<script src="/base/src/html-to-text.js"></script>It would take 1 second instead of 1 hour...
Thank you!
The text was updated successfully, but these errors were encountered: