Tac Tacelosky
Tac Tacelosky
This is such a great package! But not being supported on jsdelivr means I can no longer use it. Please forgive the gentle nudges, I know it's a volunteer project...
@suguanYang Can you describe that in more detail, or cut and paste the code snippet?
Thanks, @suguanYang , indeed, a bit more than I can handle.
@arshaw Kudos for putting that together! If the authors of this library had a funding amount to make this publishable on npm, perhaps we could raise the money.
> Do you need more than a simple htmx.logAll()? No, I'm a newbie that I simply googled "htmx debug" and saw the extension. But in fact, logAll() does exactly what...
Reopening, because the original issue of how to enable extensions persists. ```js import 'htmx.org/dist/ext/client-side-templates.js'; ``` Same error: > client-side-templates-9a1d1255c92f0d36a12f23f6d1fb02f9.js:7 Uncaught ReferenceError: htmx is not defined at client-side-templates-9a1d1255c92f0d36a12f23f6d1fb02f9.js:7:1 Is there a...
I used to have the problem frequently with jquery plugins, saying jquery wasn't defined. Here's the actual offending code. ```js /** * Bundled by jsDelivr using Rollup v2.79.1 and Terser...
I see #1655 also mentions importmaps and es6, I'll change the title because indeed that's the key issues. es6 and javascript modules are great, and importmaps eliminate the need for...
I see in #2579 that there's a 2.0 beta now! Hopefully these extensions will be able to be included as modules, as I see that @Telroshan has tagged with with...
Looks like ```javascript // Import App Component import App from './App.vue'; ``` fixes the issue. I'll submit a PR