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 has been 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 text was updated successfully, but these errors were encountered:
Hey @RemiDesgrange — I think we should be able to add a provider option to the config and pass it through? I'll try and take a look soon, but you're more than welcome to start a PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
ImportMap
class, but currently we can't customize that via a const insettings.py
. (Or I'm missing something)The text was updated successfully, but these errors were encountered: