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
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
The only solution I can see is to have a custom ImportMap class, but currently we can't customize that via a const in settings.py. (Or I'm missing something)
The JSPM generator API
The parameter cannot be overriden in the
importmap.toml(IIRC the marshmallow here: https://github.com/dropseed/django-importmap/blob/master/importmap/core.py#L26)The only solution I can see is to have a custom
ImportMapclass, but currently we can't customize that via a const insettings.py. (Or I'm missing something)