-
**Describe the bug**
There are no backdrop in rails8 app using importmaps
**To Reproduce**
* Git clone https://github.com/alec-c4/flowbite_issue
* cd flowbite_issue
* run `bundle install`
* ru…
-
How hard would it be to add this to a rails 8 app using propshaft and importmaps?
-
I am using importmaps and can't download it. Is there a way for you to add it to JSPM?
-
https://web.dev/import-maps-in-all-modern-browsers/
It might be possible to have it rewrite modules it downloads to use this syntax, and to spit out an import maps block to make that work.
-
Hi
First, thanks for making this cool script to have typescript in the browser!
Without Typescript, the browsers support "importmap"s to easily load external resources:
```html
{
"im…
-
Seems like a bit of an undertaking: https://stackoverflow.com/questions/71430573/can-font-awesome-be-used-with-importmaps-in-rails-7
and perhaps we want to use google icons instead?
ref: #391
-
I currently need to import modules from JS snippets. This requires currently knowledge of the "final" (hash-appended) URL of the module. A similar problem occurs when using JS web workers, since those…
-
Import maps today is a problem for this current application.
Today is listed as unstable on Deno.
From article: https://kitsonkelly.com/posts/deno-is-a-browser-for-code/
-
I'm trying to use this plugin via `
-
**Is your feature request related to a problem? Please describe.**
Currently it's not possible to use importmaps with Vite, because vite resolves all node_modules by default. So if I would want to us…