-
One issue came up recently with using import maps in production workflows is that browser extensions that inject ES modules into the page will block further import maps in the page from being processe…
-
Current JS is over 10 years old, doesn't represent best practices, and has become increasingly hard to integrate with recent Blacklight and Rails.
For people who don't want the graphical histogram…
-
Thanks for making this library! I've been testing it out for some use cases with anywidget. I'm trying to understand the importmap "scope" that users have access to if allowing them to declare an imp…
-
Maybe I'm missing something, but shouldn't it be possible to have multiple separate importmaps? :)
My app has three distinct parts/namespaces ("web" for the public marketing page, "admin" for the a…
-
在代码里`import * as lark from "https://esm.sh/@larksuiteoapi/node-sdk@1.19.0";`执行时报错
```
error: Uncaught SyntaxError: The requested module '/v128/axios@0.27.2/denonext/axios.mjs' does not provide an …
-
Hi @excid3!
I had an issue with this slim-select wrapper. Following the README instructions, I have the next lines in my app/javascript/controllers/index.js
```
import SlimSelectController from…
-
If you bootstrap a new Rails application, following the [instructions in README.md](https://github.com/projectblacklight/spotlight/blob/0f5a47eefe43dafddd1702869a9f57aea0d4e6e4/README.md?plain=1#L19-L…
-
### Describe the bug
Inserting an importmap at runtime via a `script` statement in `head` does not work in development mode because the script that is inserting it is placed after the module import…
-
I'd like to experiment with basset https://github.com/Laravel-Backpack/basset to load all the assets, in order to remove dependency on CDN's
-
**Describe the bug**
Switching from v10.2.0 to v11.0.2, I'm now unable to import Choices. Note: everything, including Choices, works correctly with v10.2.0.
The error with v11.0.2 is: `SyntaxErr…